A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_edit_payments.tpl
index a69811219aab4c8e549ab29f18eeae45370cf079..35efa940988ca58484cd93beb1e47320b9baa8a7 100644 (file)
@@ -1,17 +1,18 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=payments&do=edit"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed" width="500">
-       <TR>
-               <TD align="center" colspan="2" class="admin_title bottom2" height="30"><STRONG>{--EDIT_PAYMENT--}:</STRONG></TD>
-       </TR>
-       {!__PAYMENT_ROWS!}
-       <TR>
-               <TD class="admin_footer" colspan="2"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
-               <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--CHANGE_PAY--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=payments&amp;do=edit%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td align="center" colspan="2" class="table_header bottom">
+                       <strong>{--ADMIN_EDIT_PAYMENT_TITLE--}:</strong>
+               </td>
+       </tr>
+       $content
+       <tr>
+               <td class="table_footer" colspan="2">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_submit" value="{--ADMIN_CHANGE_PAYMENT--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>