]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_user.tpl
Naming convention on language strings applied, ACL handling fixed:
[mailer.git] / templates / de / html / admin / admin_config_user.tpl
index 10b96c9fc94a902411b627b063a230237f9ec782..4e69c020bf96f58b98b16d7ee81929a58741e5d9 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_user%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_user%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -7,21 +7,21 @@
                </td>
        </tr>
        <tr>
-               <td align="right">{--ADMIN_USER_LIMIT_USER--}:</td>
+               <td align="right">{--ADMIN_CONFIG_USER_LIMIT--}:</td>
                <td>
-                       <input type="text" name="user_limit" class="form_field" value="{?user_limit?}" size="4" maxlength="6" />
+                       <input type="text" class="form_field" name="user_limit" value="{?user_limit?}" size="4" maxlength="6" />
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--ADMIN_USER_ALPHA_USER--}:</td>
+               <td class="bottom" align="right">{--ADMIN_CONFIG_USER_ALPHA--}:</td>
                <td class="bottom">
-                       <input type="text" name="user_alpha" class="form_field" value="{?user_alpha?}" size="4" maxlength="6" />
+                       <input type="text" class="form_field" name="user_alpha" value="{?user_alpha?}" size="4" maxlength="6" />
                </td>
        </tr>
        <tr>
                <td colspan="2" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>