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