HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_list_transfer.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=del_transfer" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="admin_table dashed">
3         <TR>
4                 <TD colspan="6" align="center" class="admin_title2 bottom2" height="30">
5                         <strong>{!__TRANSFER_TITLE!}</strong>
6                 </TD>
7         </TR>
8         <TR>
9                 <TD width="80" align="center" class="admin_title2 bottom2 right2">
10                 <strong>{--TRANSFER_ID--}</strong></TD>
11                 <TD width="120" align="center" class="admin_title2 bottom2 right2">
12                 <strong>{--TRANSFER_STAMP--}</strong></TD>
13                 <TD width="120" align="center" class="admin_title2 bottom2 right2">
14                 <strong>{--TRANSFER_FROM_UID--}</strong></TD>
15                 <TD width="120" align="center" class="admin_title2 bottom2 right2">
16                 <strong>{--TRANSFER_TO_UID--}</strong></TD>
17                 <TD width="230" align="center" class="admin_title2 bottom2 right2">
18                 <strong>{--TRANSFER_POINTS_REASON--}</strong></TD>
19                 <TD width="70" align="center" class="admin_title2 bottom2"><strong>{!POINTS!}</strong>
20                 </TD>
21         </TR>
22         {!__TRANSFER_ROWS!}
23         <TR>
24                 <TD colspan="6" class="admin_footer">
25                         {!__TRANSFER_DELETE!}
26                 </TD>
27         </TR>
28 </TABLE>
29 </form>