]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_transfer.tpl
Continued with ext-blacklist:
[mailer.git] / templates / de / html / admin / admin_list_transfer.tpl
index c46785c6a2654da0946a51bb99883be487e77ee0..5c0eebf45d5a784f6fdc2da377a256318bef0c02 100644 (file)
@@ -1,37 +1,45 @@
 <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">
+{%form,formMethodPost=modules.php?module=admin&amp;what=del_transfer%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="6" align="center" class="admin_title bottom2" height="30">
+               <td colspan="6" align="center" class="table_header bottom">
                        <strong>$content[title]</strong>
                </td>
        </tr>
        <tr>
-               <td width="80" align="center" class="header_column bottom2 right2">
+               <td width="80" align="center" class="header_column bottom right">
                        <strong>{--TRANSFER_ID--}</strong>
                </td>
-               <td width="120" align="center" class="header_column bottom2 right2">
+               <td width="120" align="center" class="header_column bottom right">
                        <strong>{--TRANSFER_STAMP--}</strong>
                </td>
-               <td width="120" align="center" class="header_column bottom2 right2">
-                       <strong>{--TRANSFER_FROM_UID--}</strong>
+               <td width="120" align="center" class="header_column bottom right">
+                       <strong>{--ADMIN_TRANSFER_FROM_USERID--}</strong>
                </td>
-               <td width="120" align="center" class="header_column bottom2 right2">
-                       <strong>{--TRANSFER_TO_UID--}</strong>
+               <td width="120" align="center" class="header_column bottom right">
+                       <strong>{--ADMIN_TRANSFER_TO_USERID--}</strong>
                </td>
-               <td width="230" align="center" class="header_column bottom2 right2">
+               <td width="230" align="center" class="header_column bottom right">
                        <strong>{--TRANSFER_POINTS_REASON--}</strong>
                </td>
-               <td width="70" align="center" class="header_column bottom2">
+               <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">
+               <td colspan="5" class="table_footer bottom">
+                       <strong>{--ADMIN_TRANSFER_POINTS_TOTAL--}</strong>
+               </td>
+               <td align="center" class="header_column bottom">
+                       {%pipe,translateComma=$content[total_points]%}
+               </td>
+       </tr>
+       <tr>
+               <td align="center" colspan="6" class="table_footer">
                        $content[delete]
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>