Naming convention applied on language strings, check added to wrapper:
[mailer.git] / templates / de / html / admin / admin_config_user.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_user%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="admin_title bottom">
6                         <strong>{--ADMIN_CONFIG_USER_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="right">{--ADMIN_USER_LIMIT_USER--}:</td>
11                 <td>
12                         <input type="text" name="user_limit" class="admin_normal" value="{?user_limit?}" size="4" maxlength="6" />
13                 </td>
14         </tr>
15         <tr>
16                 <td class="bottom" align="right">{--ADMIN_USER_ALPHA_USER--}:</td>
17                 <td class="bottom">
18                         <input type="text" name="user_alpha" class="admin_normal" value="{?user_alpha?}" size="4" maxlength="6" />
19                 </td>
20         </tr>
21         <tr>
22                 <td colspan="2" class="admin_footer">
23                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
24                         <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
25                 </td>
26         </tr>
27 </table>
28 </form>
29 </div>