A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_del_payments.tpl
index 4412bde75804d78fbc73c84c45c64725ae50de92..67f8b3ee5bfb8dfb30877314707de9978e0c4f90 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">
-       <TR>
-               <TD align="center" height="30" class="admin_title bottom"><STRONG>{--DELETE_PAYMENT--}:</STRONG></TD>
-       </TR>
-       {--__PAYMENT_ROWS--}
-       <TR>
-               <TD align="center" class="admin_footer"><INPUT type="reset"
-                       class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;* <INPUT
-                       type="submit" name="ok" class="admin_submit" value="{--REMOVE_PAY--}">
-               </TD>
-       </TR>
-</TABLE>
-</FORM>
+<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="table dashed">
+       <tr>
+               <td align="center" class="table_header bottom">
+                       <strong>{--ADMIN_DELETE_PAYMENT_TITLE--}:</strong>
+               </td>
+       </tr>
+       $content
+       <tr>
+               <td align="center" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_delete" value="{--ADMIN_REMOVE_PAYMENT--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>