Automatic deactivation of deprecated extensions added
[mailer.git] / templates / de / html / admin / admin_config_rallye_del.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye={!__RALLYE_ID!}" method="POST" style="margin-bottom: 10px">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
3         class="admin_table dashed">
4         <TR>
5                 <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_REMOVE_PRICES--}</STRONG>
6                 </TD>
7         </TR>
8         <TR>
9                 <TD align="center" width="10" class="admin_title bottom2 right2">
10                 <STRONG>{--ID_SELECT--}</STRONG></TD>
11                 <TD align="center" width="50" class="admin_title bottom2 right2">
12                 <STRONG>{--RALLYE_LEVEL--}:</STRONG></TD>
13                 <TD align="center" width="200" class="admin_title bottom2 right2">
14                 <STRONG>{--RALLYE_PRICE_POINTS--}:</STRONG></TD>
15                 <TD align="center" width="320" class="admin_title bottom2"><STRONG>{--RALLYE_PRICE_INFO--}:</STRONG>
16                 </TD>
17         </TR>
18         {!__PRICE_ROWS!}
19         <TR>
20                 <TD colspan="4" class="admin_footer"><INPUT
21                         type="submit" name="remove" class="admin_delete"
22                         value="{--RALLYE_REMOVE_PRICES--}"></TD>
23         </TR>
24 </TABLE>
25 </FORM>