]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_register2.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_register2.tpl
index 33eecb52b207cee715ecc17fbc9c4f72acd3d148..0bb3f52809dfa32263c64ec318f1e768f84b94f1 100644 (file)
@@ -1,83 +1,45 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_register2" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="430">
-       <TR>
-               <TD class="admin_title bottom2 seperator" height="30" width="10">&nbsp;</TD>
-               <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_REGFORM_SETTINGS--}</strong>
-               </TD>
-               <TD class="admin_title bottom2 seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right" width="250">{--LEAST_CATS--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center" width="150"><INPUT type="text"
-                       name="least_cats" class="admin_normal" size="6" maxlength="6"
-                       value="{!LEAST_CATS_VALUE!}"></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right" width="250">{--ADMIN_CFG_REGISTER_DEFAULT--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center" width="150">{!__CFG_CAT_DEFAULT!}</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right">{--ADMIN_CFG_REGISTER_DISPLAY_REFID--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center">{!__CFG_SHOW_REFID!}</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right">{--IP_TIMEOUT--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center">{!__TIMEOUT_SELECTION!}</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right" width="280">{--REJECT_DOUBLE_EMAIL--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center">{!__CFG_DBL_EMAIL!}</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right" width="280">{--REJECT_DOUBLE_PASS--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center">{!__CFG_DBL_PASS!}</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="admin_footer seperator">&nbsp;</TD>
-               <TD class="admin_footer" colspan="3" align="center"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></TD>
-               <TD width="10" class="admin_footer seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
-</form>
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_register2%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td class="table_header bottom" colspan="2" align="center">
+                       {--ADMIN_CONFIG_REGISTER_TITLE--}
+               </td>
+       </tr>
+
+       <tr>
+               <td align="right" width="250">{--ADMIN_CONFIG_LEAST_CATEGORIES--}</td>
+               <td align="center" width="150">
+                       <input type="text" class="form_field" name="least_cats" size="6" maxlength="6" value="{?least_cats?}" />
+               </td>
+       </tr>
+
+       <tr>
+               <td align="right" width="250">{--ADMIN_CONFIG_REGISTER_DEFAULT--}</td>
+               <td align="center" width="150">{%template,ConfigurationYesNoSelectionBox=register_default%}</td>
+       </tr>
+
+       <tr>
+               <td align="right">{--ADMIN_CONFIG_REGISTER_DISPLAY_REFID--}</td>
+               <td align="center">{%template,ConfigurationYesNoSelectionBox=display_refid%}</td>
+       </tr>
+
+       <tr>
+               <td align="right">{--ADMIN_CONFIG_REGISTER_IP_TIMEOUT--}</td>
+               <td align="center">$content[ip_timeout]</td>
+       </tr>
+
+       <tr>
+               <td class="bottom" align="right" width="280">{--ADMIN_CONFIG_REGISTER_GENERATE_PASSWORD_EMPTY--}</td>
+               <td class="bottom" align="center">{%template,ConfigurationYesNoSelectionBox=register_generate_password_empty%}</td>
+       </tr>
+
+       <tr>
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
+               </td>
+       </tr>
+</table>
+{%form_close%}
+</div>