More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_edit_sponsor_sub_points.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=edit_sponsor&amp;mode=sub_points&amp;id=$content[id]%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4 <tr>
5         <td class="admin_title bottom" colspan="2" align="center">
6                 <div>{--ADMIN_SUB_POINTS_FROM_SPONSOR--}:</div>
7                 <div><strong>$content[contact]</strong></div>
8         </td>
9 </tr>
10 <tr>
11         <td align="right">{--ADMIN_SUM_SPONSOR_POINTS--}:</td>
12         <td><input type="text" class="admin_normal" name="points" size="6" maxlength="7" /></td>
13 </tr>
14 <tr>
15         <td class="bottom" align="right">{--ENTER_SUB_REASON--}:</td>
16         <td class="bottom"><textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea></td>
17 </tr>
18 <tr>
19         <td colspan="2" class="admin_footer">
20                 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
21                 <input type="submit" class="admin_submit" name="ok" value="{--ADMIN_SPONSOR_SUB_POINTS--}" />
22         </td>
23 </tr>
24 </table>
25 </form>
26 </div>