]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_transfer.tpl
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_list_transfer.tpl
index bc2e0e3b5c8663fbebe762a97493c64a1b0e024d..8083a736e90435495a774ceeeb91a0ab4d2c35a3 100644 (file)
@@ -1,29 +1,37 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=del_transfer"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620"
-       class="admin_table dashed">
-       <TR>
-               <TD colspan="6" align="center" class="admin_title2 bottom2"
-                       height="30"><STRONG>{--__TRANSFER_TITLE--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD width="80" align="center" class="admin_title2 bottom2 right2">
-               <STRONG>{--TRANSFER_ID--}</STRONG></TD>
-               <TD width="120" align="center" class="admin_title2 bottom2 right2">
-               <STRONG>{--TRANSFER_STAMP--}</STRONG></TD>
-               <TD width="120" align="center" class="admin_title2 bottom2 right2">
-               <STRONG>{--TRANSFER_FROM_UID--}</STRONG></TD>
-               <TD width="120" align="center" class="admin_title2 bottom2 right2">
-               <STRONG>{--TRANSFER_TO_UID--}</STRONG></TD>
-               <TD width="230" align="center" class="admin_title2 bottom2 right2">
-               <STRONG>{--TRANSFER_POINTS_REASON--}</STRONG></TD>
-               <TD width="70" align="center" class="admin_title2 bottom2"><STRONG>{!POINTS!}</STRONG>
-               </TD>
-       </TR>
-       {!__TRANSFER_ROWS!}
-       <TR>
-               <TD colspan="6" class="admin_footer">
-               {--__TRANSFER_DELETE--}</TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=del_transfer" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td colspan="6" align="center" class="admin_title bottom" height="30">
+                       <strong>$content[title]</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="80" align="center" class="header_column bottom right">
+                       <strong>{--TRANSFER_ID--}</strong>
+               </td>
+               <td width="120" align="center" class="header_column bottom right">
+                       <strong>{--TRANSFER_STAMP--}</strong>
+               </td>
+               <td width="120" align="center" class="header_column bottom right">
+                       <strong>{--TRANSFER_FROM_UID--}</strong>
+               </td>
+               <td width="120" align="center" class="header_column bottom right">
+                       <strong>{--TRANSFER_TO_UID--}</strong>
+               </td>
+               <td width="230" align="center" class="header_column bottom right">
+                       <strong>{--TRANSFER_POINTS_REASON--}</strong>
+               </td>
+               <td width="70" align="center" class="header_column bottom">
+                       <strong>{?POINTS?}</strong>
+               </td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td align="center" colspan="6" class="admin_footer">
+                       $content[delete]
+               </td>
+       </tr>
+</table>
+</form>
+</div>