r144: Added showhistory.php so we can see the history of a bug
[bugdar.git] / templates / default / history_bit.tpl
1 <table border="1" cellspacing="2" cellpadding="4" width="100%">
2 <tr style="background-color: #EEEEEE">
3 <td>History Entry (entryid: $log[historyid])</td>
4 <td>$log[user]</td>
5 <td align="right">$log[date]</td>
6 </tr>
7 <tr>
8 <td colspan="3">$log[formatted]</td>
9 </tr>
10 </table>
11 <br />