]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_payments.tpl
More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_del_payments.tpl
index 99e190b3372556313bc9086b27eca4490136b7c8..edc4abd71575f5346e32e6c77151cabf20ddbbe5 100644 (file)
@@ -1,16 +1,15 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=payments&do=del"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<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>
+       <tr>
+               <td align="center" height="30" class="admin_title bottom"><strong>{--DELETE_PAYMENT--}:</strong></td>
+       </tr>
        {!__PAYMENT_ROWS!}
-       <TR>
-               <TD 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>
+       <tr>
+               <td class="admin_footer"><input type="reset"
+                       class="admin_reset" value="{--CLEAR_FORM--}" /> <input
+                       type="submit" name="ok" class="admin_submit" value="{--REMOVE_PAY--}" />
+               </td>
+       </tr>
+</table>
+</form>