Lock reason now saved in DB, deleted accounts shall be locked for re-registering...
[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>