]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_payments.tpl
ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_del_payments.tpl
index fd0d6c81ce3790eeddbd5915c18ea2e801d6693a..168f10a9afebfaa184832a91815560173840db0c 100644 (file)
@@ -1,16 +1,18 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=payments&do=del"
-       method="POST">
-<table border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed" width="500">
+<div align="center">
+<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">
        <tr>
-               <td align="center" height="30" class="admin_title bottom"><strong>{--DELETE_PAYMENT--}:</strong></td>
+               <td align="center" 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>
 </form>
+</div>