2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_active%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
5 <td class="admin_title bottom" colspan="2" align="center">
6 <strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
10 <td align="right">{--ADMIN_ACTIVE_LIMIT--}:</td>
12 <input type="input" name="active_limit" class="admin_normal" value="{?active_limit?}" size="5" maxlength="20" />
16 <td class="admin_footer" colspan="2" align="center">
17 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
18 <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />