Some rewrites
[mailer.git] / templates / de / html / admin / admin_config_sub_points.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_points&amp;sub=points" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <tr>
4                 <td class="admin_title bottom2 seperator" width="10" height="30">&nbsp;</td>
5                 <td class="admin_title bottom2" colspan="3" align="center">
6                         <strong>{--EDIT_POINTS_SETTINGS--}</strong>
7                 </td>
8                 <td class="admin_title bottom2 seperator" width="10">&nbsp;</td>
9         </tr>
10         <tr>
11                 <td class="seperator" colspan="5" height="7">&nbsp;</td>
12         </tr>
13         <tr>
14                 <td class="seperator" width="10">&nbsp;</td>
15                 <td align="right" width="200">{--POINTS_REGISTER--}:</td>
16                 <td class="seperator" width="10">&nbsp;</td>
17                 <td>
18                         <input type="text" name="points_register" class="admin_normal" size="6" maxlength="6" value="{?points_register?}" />
19                 </td>
20                 <td class="seperator" width="10">&nbsp;</td>
21         </tr>
22         <tr>
23                 <td class="seperator" colspan="5" height="7">&nbsp;</td>
24         </tr>
25         <tr>
26                 <td class="seperator" width="10">&nbsp;</td>
27                 <td align="right" width="200">{--POINTS_REF--}:</td>
28                 <td class="seperator" width="10">&nbsp;</td>
29                 <td>
30                         <input type="text" name="points_ref" class="admin_normal" size="6" maxlength="6" value="{?points_ref?}" />
31                 </td>
32                 <td class="seperator" width="10">&nbsp;</td>
33         </tr>
34         <tr>
35                 <td class="seperator bottom2" colspan="5" height="7">&nbsp;</td>
36         </tr>
37         <tr>
38                 <td class="admin_footer seperator" width="10">&nbsp;</td>
39                 <td class="admin_footer" colspan="3" align="center">
40                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
41                         <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
42                 </td>
43                 <td class="admin_footer seperator" width="10">&nbsp;</td>
44         </tr>
45 </table>
46 </form>