]> 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 23cdfef731245e50ac2c93be8e12c770311aac10..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_header bottom">
-                       <strong>{--ADMIN_CONFIG_STATS_TITLE--}</strong>
+                       <strong>{--ADMIN_CONFIG_INTERNAL_STATS_TITLE--}</strong>
                </td>
        </tr>
 
        <tr>
                <td class="bottom" align="right">
-                       {--ADMIN_CONFIG_STATS_ENABLED--}
+                       {--ADMIN_CONFIG_INTERNAL_STATS_ENABLED--}
                </td>
                <td class="bottom" align="center">
-                       {%template,ConfigurationYesNoSelectionBox=stats_enabled%}
+                       {%template,ConfigurationYesNoSelectionBox=internal_stats%}
                </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>