HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_edit_payments.tpl
index 4e0464dbc3a56bfcaef4689ecb18f11886a547cf..626a80303273857fd8bfd0e4d7f30d7955548445 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"
        class="admin_table dashed" width="500">
        <TR>
-               <TD align="center" colspan="2" class="admin_title bottom2" height="30"><STRONG>{--EDIT_PAYMENT--}:</STRONG></TD>
+               <TD align="center" colspan="2" class="admin_title bottom2" height="30"><strong>{--EDIT_PAYMENT--}:</strong></TD>
        </TR>
-       {--__PAYMENT_ROWS--}
+       {!__PAYMENT_ROWS!}
        <TR>
-               <TD class="admin_footer" align="center" colspan="2"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
+               <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>
+                       value="{--CHANGE_PAY--}" /></TD>
        </TR>
 </TABLE>
-</FORM>
+</form>