]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_payments.tpl
A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_edit_payments.tpl
index 626a80303273857fd8bfd0e4d7f30d7955548445..9d62b608bc2cd58d1d96ec55cff878bca0a229e3 100644 (file)
@@ -1,17 +1,14 @@
-<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--}" />
-               <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--CHANGE_PAY--}" /></TD>
-       </TR>
-</TABLE>
+<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="admin_table dashed" width="500">
+       <tr>
+               <td align="center" colspan="2" class="admin_title bottom2" height="30"><strong>{--EDIT_PAYMENT--}:</strong></td>
+       </tr>
+       $content
+       <tr>
+               <td class="admin_footer" colspan="2">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--CHANGE_PAY--}" />
+               </td>
+       </tr>
+</table>
 </form>