]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_secure.tpl
Continued with ext-blacklist:
[mailer.git] / templates / de / html / admin / admin_config_secure.tpl
index ca7f8c886d8de59bb515959d9454cee9f097480f..1235f21da773d67ccbb9ecdf80bd2001556c680b 100644 (file)
@@ -1,19 +1,21 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_secure%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_secure%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td class="table_header bottom" colspan="3" align="center">
                        <strong>{--ADMIN_CONFIG_SECURITY_TITLE--}</strong>
                </td>
        </tr>
+
        <tr>
                <td align="right" width="380">
-                       {--ADMIN_CONFIG_MIN_PASS_LENGTH--}:
+                       {--ADMIN_CONFIG_MINIMUM_PASSWORD_LENGTH--}:
                </td>
                <td>
                        <input type="text" class="form_field" name="pass_len" size="3" maxlength="3" value="{?pass_len?}" />
                </td>
        </tr>
+
        <tr>
                <td class="bottom" align="right" width="380">
                        {--ADMIN_CONFIG_SALT_LENGTH--}:
                        <input type="text" class="form_field" name="salt_length" size="3" maxlength="3" value="{?salt_length?}" />
                </td>
        </tr>
+
        <tr>
                <td class="table_footer" colspan="3" align="center">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>
 
 <div class="notice">
-       {--ADMIN_CONFIG_SALT_LENGTH_NOTE--}
-</div>
+       {--ADMIN_CONFIG_SALT_LENGTH_NOTICE--}
 </div>