8c289b469019da168f60a69ed18bf4fcf008d3e7
[mailer.git] / templates / de / html / admin / admin_config_rallye_prices.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" class="admin_table dashed">
3         <TR>
4                 <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_EDIT_DEL_PRICES--}</STRONG>
5                 </TD>
6         </TR>
7         <TR>
8                 <TD align="center" width="10" class="admin_title bottom2 right2">
9                 <STRONG>{--ID_SELECT--}</STRONG></TD>
10                 <TD align="center" width="50" class="admin_title bottom2 right2">
11                 <STRONG>{--RALLYE_LEVEL--}:</STRONG></TD>
12                 <TD align="center" width="200" class="admin_title bottom2 right2">
13                 <STRONG>{--RALLYE_PRICE_POINTS--}:</STRONG></TD>
14                 <TD align="center" width="320" class="admin_title bottom2"><STRONG>{--RALLYE_PRICE_INFO--}:</STRONG>
15                 </TD>
16         </TR>
17         {!__PRICE_ROWS!}
18         <TR>
19                 <TD colspan="4" class="admin_footer"><INPUT
20                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
21                 <INPUT type="submit" name="edit" class="admin_submit"
22                         value="{--RALLYE_EDIT_PRICES--}"> <INPUT type="submit"
23                         name="del" class="admin_delete" value="{--RALLYE_DELETE_PRICES--}">
24                 </TD>
25         </TR>
26 </TABLE>
27 </FORM>