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