r1483: Fix the background color system of history_bit.tpl from the changes we made...
[bugdar.git] / templates / history_bit.tpl
1 <tr style="vertical-align: top"<if condition="$bgcolor"> class="$bgcolor"</if>>
2 <td width="10%"><if condition="$show['group']">$log[user]<else />&nbsp;</if></td>
3 <td width="20%"><if condition="$show['group']">$log[date]<else />&nbsp;</if></td>
4 <td width="20%">$log[field]</td>
5 <td width="25%">$log[original]</td>
6 <td width="25%">$log[changed]</td>
7 </tr>