2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&what=add_points&userid=all%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
5 <td class="table_header bottom" colspan="2" align="center">
6 {--ADMIN_ADD_POINTS_TO_ALL--}:
10 <td align="right">{--ADMIN_ENTER_POINTS_ADD--}:</td>
12 <input type="text" class="form_field" name="points" size="6" maxlength="7" />
16 <td class="bottom" align="right">{--ADMIN_ENTER_ADD_REASON--}:</td>
18 <textarea name="reason" class="form_field" rows="5" cols="20"></textarea>
22 <td colspan="2" align="center" class="table_footer">
23 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
24 <input type="submit" class="form_submit" name="ok" value="{--ADMIN_ADD_POINTS--}" />