Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / templates / de / html / admin / admin_del_transfer_row.tpl
1 <TR>
2         <TD class="switch_sw$content[sw] bottom2 right2">
3                 <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[idx]]" value="1" class="admin_normal" />
4         </TD>
5         <TD class="switch_sw$content[sw] bottom2 right2">
6                 $content[stamp]
7         </TD>
8         <TD class="switch_sw$content[sw] bottom2 right2">
9                 $content[uid_from]
10         </TD>
11         <TD class="switch_sw$content[sw] bottom2 right2">
12                 $content[uid_to]
13         </TD>
14         <TD class="switch_sw$content[sw] bottom2 right2">
15                 $content[reason]
16         </TD>
17         <TD class="switch_sw$content[sw] bottom2">
18                 $content[points]
19         </TD>
20 </TR>