Automatic deactivation of deprecated extensions added
[mailer.git] / templates / de / html / admin / admin_add_rallye_prices.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye=$content"
3         method="POST" style="margin-bottom: 0px">
4 <TABLE border="0" cellspacing="0" cellpadding="0" width="480"
5         class="admin_table dashed">
6         <TR>
7                 <TD colspan="3" align="center" height="30" class="admin_title bottom2">
8                 <STRONG>{--RALLYE_CONFIG_PRICES_1--}$content{--RALLYE_CONFIG_PRICES_2--}:</STRONG>
9                 </TD>
10         </TR>
11         <TR>
12                 <TD colspan="3" height="3" class="seperator">&nbsp;</TD>
13         </TR>
14         <TR>
15                 <TD width="340" align="right">{--RALLYE_PRICE_LEVEL--}:</TD>
16                 <TD width="10" class="seperator">&nbsp;</TD>
17                 <TD width="130"><INPUT type="text" name="level"
18                         class="admin_normal" size="5" maxlength="20"></TD>
19         </TR>
20         <TR>
21                 <TD colspan="3" height="3" class="seperator bottom2">&nbsp;</TD>
22         </TR>
23         <TR>
24                 <TD colspan="3" height="3" class="seperator">&nbsp;</TD>
25         </TR>
26         <TR>
27                 <TD align="right">{--RALLYE_PRICE_POINTS--}:</TD>
28                 <TD width="10" class="seperator">&nbsp;</TD>
29                 <TD><INPUT type="text" name="points" class="admin_normal"
30                         size="8" maxlength="20"></TD>
31         </TR>
32         <TR>
33                 <TD colspan="3" height="3" class="seperator">&nbsp;</TD>
34         </TR>
35         <TR>
36                 <TD align="right">{--RALLYE_PRICE_INFOS--}:</TD>
37                 <TD width="10" class="seperator">&nbsp;</TD>
38                 <TD><INPUT type="text" name="info" class="admin_normal" size="15"
39                         maxlength="255"></TD>
40         </TR>
41         <TR>
42                 <TD colspan="3" height="3" class="seperator bottom2">&nbsp;</TD>
43         </TR>
44         <TR>
45                 <TD colspan="3" class="admin_footer"><INPUT
46                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
47                 <INPUT type="submit" name="add" class="admin_submit"
48                         value="{--ADD_RALLYE_PRICE--}" /></TD>
49         </TR>
50 </TABLE>
51 </FORM>