]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_point_settings.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_config_point_settings.tpl
index 4b4b45a669d0264e16f8480c394ea27185314f90..3cb6ebbb52accbd74832571e8d8f9d4a6974eddd 100644 (file)
@@ -1,9 +1,9 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_points&amp;sub=settings" method="POST">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_points&amp;sub=settings" method="POST">
 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
        class="admin_table dashed" width="500">
        <TR>
                <TD colspan="2" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_EDIT_POINT_SETTINGS--}</STRONG></TD>
+               <strong>{--ADMIN_EDIT_POINT_SETTINGS--}</strong></TD>
        </TR>
        <TR>
                <TD colspan="2" class="seperator" height="5">&nbsp;</TD>
                {--ADMIN_CONFIG_DIRECT_PAY--}</TD>
                <TD width="240" align="right">
                {--ADMIN_CONFIG_POINTS_DIRECT--}&nbsp;<INPUT type="radio"
-                       name="allow_direct_pay" value="Y" class="admin_normal"{!__DIRECT_Y!}><BR>
+                       name="allow_direct_pay" value="Y" class="admin_normal"{!__DIRECT_Y!} /><br />
                <HR noshade width="220">
                {--ADMIN_CONFIG_POINTS_MAILS--}&nbsp;<INPUT type="radio"
-                       name="allow_direct_pay" value="N" class="admin_normal"{!__DIRECT_N!}>
+                       name="allow_direct_pay" value="N" class="admin_normal"{!__DIRECT_N!} />
                </TD>
        </TR>
        <TR>
                <TD colspan="2" class="bottom2 seperator" height="5">&nbsp;</TD>
        </TR>
        <TR>
-               <TD colspan="2" align="center" class="admin_footer">
-                       <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
-                       <INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}">
+               <TD colspan="2" class="admin_footer">
+                       <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
                </TD>
        </TR>
 </TABLE>
-</FORM>
+</form>