More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_points_edit.tpl
1 <div align="center">
2 <form action="{!URL!}/modules.php?module=admin&amp;what=config_points&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" height="30" class="bottom2 admin_title">
6                 <strong>{--EDIT_REF_DEPTHS--}:</strong></td>
7         </tr>
8         {!__LEVEL_ROWS!}
9         <tr>
10                 <td align="center" colspan="2" class="admin_footer"><input
11                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
12                 <input type="submit" name="ok" class="admin_submit"
13                         value="{--CHANGE_REF--}" /></td>
14         </tr>
15 </table>
16 </form>
17 </div>