]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_register.tpl
Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / templates / de / html / admin / admin_config_register.tpl
index 65d92b26d2c14e74ddce77c3995a0ab10a541b83..30dd64f2b74cd4bbb1fe139cd1f59d1226ae1308 100644 (file)
@@ -1,7 +1,5 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_register"
-       method="POST">
-<TABLE border="0" cellpadding="0" cellspacing="0" width="450"
-       class="admin_table dashed">
+<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_register" method="POST">
+<TABLE border="0" cellpadding="0" cellspacing="0" width="450" class="admin_table dashed">
        <TR>
                <TD colspan="3" align="center" class="admin_title" height="30"><STRONG>{--REGISTER_MUST_HEADER--}:</STRONG>
                </TD>
                <TD width="325" class="admin_title bottom2 right2" align="center">{--REGISTER_FIELD_NAME--}:</TD>
                <TD width="105" class="admin_title bottom2" align="center">{--REGISTER_FIELD_REQUIRED--}</TD>
        </TR>
-       {--__REGISTER_ROWS--}
+       {!__REGISTER_ROWS!}
        <TR>
-               <TD colspan="3" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*&nbsp;<INPUT
-                       type="submit" name="ok" value="{--REGISTER_CHANGE_MUST--}"></TD>
+               <TD colspan="3" class="admin_footer">
+                       <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <INPUT type="submit" name="ok" value="{--REGISTER_CHANGE_MUST--}" />
+               </TD>
        </TR>
 </TABLE>
 </FORM>