]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_transfer.tpl
Fix for endless loop
[mailer.git] / templates / de / html / admin / admin_list_transfer.tpl
index 6f5cb0f1995b67ddb1e3f98afdf42be3302bde0f..923596eab3cad4a805865359d260af864beb488b 100644 (file)
@@ -1,9 +1,9 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=del_transfer" method="post">
+<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_title2 bottom2" height="30">
-                       <strong>{!__TRANSFER_TITLE!}</strong>
+                       <strong>$content[title]</strong>
                </td>
        </tr>
        <tr>
                <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 width="70" align="center" class="admin_title2 bottom2"><strong>{?POINTS?}</strong>
                </td>
        </tr>
-       {!__TRANSFER_ROWS!}
+       $content[rows]
        <tr>
                <td colspan="6" class="admin_footer">
-                       {!__TRANSFER_DELETE!}
+                       $content[delete]
                </td>
        </tr>
 </table>