Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / history_bit.tpl
1 <tr style="vertical-align: top"<% if ($bgcolor): %> class="<%- $bgcolor %>"<% endif %>>
2 <td width="10%"><% if ($show['group']): %><%- $log['user'] %><% else: %>&nbsp;<% endif %></td>
3 <td width="20%"><% if ($show['group']): %><%- $log['date'] %><% else: %>&nbsp;<% endif %></td>
4 <td width="20%"><%- $log['field'] %></td>
5 <td width="25%"><%- $log['original'] %></td>
6 <td width="25%"><%- $log['changed'] %></td>
7 </tr>