]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_other.tpl
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_config_other.tpl
index 0e7fa0c3b085e8bd6a9774bf9dec99dd0a0f5dc9..96059b36e06be2ccdaea455bae67f1965182340e 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_other%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_other%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -13,7 +13,7 @@
                </td>
                <td>
                        <input type="text" class="form_field" name="code_length" size="3" maxlength="5" value="{?code_length?}" />
-                       <span class="tiny">{--ADMIN_CODE_LENGTH_NOTE--}</span>
+                       <span class="tiny">{--ADMIN_CODE_LENGTH_NOTICE--}</span>
                </td>
        </tr>
 
        <tr>
                <td colspan="2" align="center" class="table_footer">
                        <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>