r489: Cleaning up the logging system to work a little better
[bugdar.git] / templates / history_group.tpl
1 <div class="tborder" style="padding: 1px">
2 <div class="thead" style="padding: $stylevar[padding]px; margin-bottom: 1px">
3 <span style="float: right">$log[date]</span>
4 $log[user]
5 </div>
6 <div class="tmiddle" style="padding: $stylevar[padding]px">
7 <if condition="$show['changes']">
8 <table cellspacing="$stylevar[spacing]" cellpadding="$stylevar[padding]px" border="$stylevar[border]" width="100%" style="margin-top: 5px">
9 <thead>
10 <tr class="extrabg">
11 <td>{@"Field"}</td>
12 <td>{@"Old Value"}</td>
13 <td>{@"New Value"}</td>
14 </tr>
15 </thead>
16 $changes
17 </table>
18 </if>
19 </div>
20 </div>
21
22 <br />
23