e3ce71cd00eb0458bdfcdc00e74af1f65c832d0b
[mailer.git] / templates / de / html / admin / admin_edit_points.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=edit%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="550">
4         <tr>
5                 <td align="center" colspan="2" class="bottom admin_title">
6                         <strong>{--ADMIN_TITLE_EDIT_REFERAL_DEPTHS--}:</strong>
7                 </td>
8         </tr>
9         $content
10         <tr>
11                 <td align="center" colspan="2" class="admin_footer">
12                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
13                         <input type="submit" name="ok" class="admin_submit" value="{--ADMIN_CHANGE_REFERAL_DEPTHS--}" />
14                 </td>
15         </tr>
16 </table>
17 </form>
18 </div>