Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / bugfield_static_text.tpl
1 <!-- custom field<%- $field['fieldid'] %> -->
2 <fieldset>
3 <legend><%- $field['name'] %> help[field<%- $field['fieldid'] %>]</legend>
4 <div class="field"><%- $field['value'] %></div>
5 </fieldset>
6 <!-- / custom field<%- $field['fieldid'] %> -->