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