r446: Localizing all the templates
[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 $log[messages]
8
9 <if condition="$show['changes']">
10 <table cellspacing="$stylevar[spacing]" cellpadding="$stylevar[padding]px" border="$stylevar[border]" width="100%" style="margin-top: 5px">
11 <thead>
12 <tr class="extrabg">
13 <td>{@"Field"}</td>
14 <td>{@"Old Value"}</td>
15 <td>{@"New Value"}</td>
16 </tr>
17 </thead>
18 $changes
19 </table>
20 </if>
21 </div>
22 </div>
23
24 <br />
25