]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_payments.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_edit_payments.tpl
index 4e0464dbc3a56bfcaef4689ecb18f11886a547cf..07e097f1566400bf2fb23493d1ffe8aef60da078 100644 (file)
@@ -1,17 +1,17 @@
-<FORM
+<form
        action="{!URL!}/modules.php?module=admin&amp;what=payments&do=edit"
        method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<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" align="center" 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>
+       <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>