]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_payments.tpl
More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_edit_payments.tpl
index 07e097f1566400bf2fb23493d1ffe8aef60da078..5c1fa46ae311766e3cf1d2c57de38ac696754915 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">
+<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>
+               <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>