2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=add_points&userid=$content[userid]%}" 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 {--ADMIN_ADD_POINTS_TO_USER--}:<br />
7 <strong>$content[user]</strong>
11 <td align="right">{--ENTER_POINTS_ADD--}:</td>
13 <input type="text" class="admin_normal" name="points" size="6" maxlength="7" />
17 <td class="bottom" align="right">{--ENTER_ADD_REASON--}:</td>
19 <textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea>
23 <td colspan="2" align="center" class="admin_footer">
24 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
25 <input type="submit" class="admin_submit" name="ok" value="{--ADMIN_ADD_POINTS--}" />