2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_user%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
5 <td colspan="3" align="center" class="admin_title bottom" height="30">
6 <strong>{--USER_ADMIN_CONFIG_HEADER--}</strong>
10 <td colspan="3" class="seperator" height="5"> </td>
13 <td width="400" align="right">{--USER_ADMIN_LIMIT_USER--}:</td>
14 <td class="seperator" width="10"> </td>
16 <input type="text" name="user_limit" class="admin_normal" value="{?user_limit?}" size="4" maxlength="6" />
20 <td colspan="3" class="seperator" height="5"> </td>
23 <td width="400" align="right">{--USER_ADMIN_ALPHA_USER--}:</td>
24 <td class="seperator" width="10"> </td>
26 <input type="text" name="user_alpha" class="admin_normal" value="{?user_alpha?}" size="4" maxlength="6" />
30 <td colspan="3" class="bottom seperator" height="5"> </td>
33 <td colspan="3" class="admin_footer">
34 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
35 <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />