]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_payments.tpl
Extension ext-repair extended, outdated calls DEBUG_LOG() fixed:
[mailer.git] / templates / de / html / admin / admin_del_payments.tpl
index 7d9f7f555d13dc25a352af331650988ec07ac0ea..09bdcdeee41d2873618a7c3455207d2c15bad431 100644 (file)
@@ -1,13 +1,15 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=payments&do=del" method="post">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=payments&amp;do=del" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
        <tr>
-               <td align="center" height="30" class="admin_title bottom"><strong>{--DELETE_PAYMENT--}:</strong></td>
+               <td align="center" height="30" class="admin_title bottom">
+                       <strong>{--DELETE_PAYMENT--}:</strong>
+               </td>
        </tr>
-       {!__PAYMENT_ROWS!}
+       $content
        <tr>
-               <td class="admin_footer"><input type="reset"
-                       class="admin_reset" value="{--CLEAR_FORM--}" /> <input
-                       type="submit" name="ok" class="admin_submit" value="{--REMOVE_PAY--}" />
+               <td align="center" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--REMOVE_PAY--}" />
                </td>
        </tr>
 </table>