Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / admin / admin_config_rallye_edit.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="500" class="admin_table dashed">
3         <TR>
4                 <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_EDIT_SELECTED_PRICES--}</STRONG>
5                 </TD>
6         </TR>
7         <TR>
8                 <TD width="120" align="center" width="50"
9                         class="admin_title bottom2 right2"><STRONG>{--RALLYE_ID--}:</STRONG>
10                 </TD>
11                 <TD width="65" align="center" width="50"
12                         class="admin_title bottom2 right2"><STRONG>{--RALLYE_LEVEL--}:</STRONG>
13                 </TD>
14                 <TD width="185" align="center" width="200"
15                         class="admin_title bottom2 right2"><STRONG>{--RALLYE_PRICE_POINTS--}:</STRONG>
16                 </TD>
17                 <TD width="130" align="center" width="320" class="admin_title bottom2">
18                 <STRONG>{--RALLYE_PRICE_INFO--}:</STRONG></TD>
19         </TR>
20         {!__PRICE_ROWS!}
21         <TR>
22                 <TD colspan="4" class="admin_footer"><INPUT
23                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
24                 <INPUT type="submit" name="change" class="admin_submit"
25                         value="{--RALLYE_CHANGE_PRICES--}"></TD>
26         </TR>
27 </TABLE>
28 </FORM>