]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_rallye_prices.tpl
HTML->XHTML preparation (still *A LOT* to convert
[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--}" />
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>