Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / trackerhome_bits.tpl
1
2 <!-- bug <%- $bug[bugid] %> -->
3 <tr<% if (bugdar::$userinfo['showcolors']): %> style="background-color: <%- $bug['bgcolor'] %><% if ($bug['hidden']): %>; font-style: italic<% endif %>"<% else: %> class="<%- $bug['bgcolor'] %>"<% if ($bug['hidden']): %> style="font-style: italic"<% endif %><% endif %>>
4 <%- $fields %>
5 </tr>
6 <!-- / bug <%- $bug[bugid] %> -->