]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_delete_rallye_prices.tpl
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_delete_rallye_prices.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_rallye_prices&amp;rallye_id=$content[rallye_id]%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="4" align="center" class="table_header">
6                 <strong>{--ADMIN_DELETE_RALLYE_PRICES_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td align="center" width="10" class="header_column bottom right">
12                 <strong>{--ID_SELECT--}</strong>
13         </td>
14         <td align="center" width="50" class="header_column bottom right">
15                 <strong>{--RALLYE_LEVEL--}:</strong>
16         </td>
17         <td align="center" width="200" class="header_column bottom right">
18                 <strong>{--ADMIN_RALLYE_PRICE_POINTS--}:</strong>
19         </td>
20         <td align="center" width="320" class="header_column bottom">
21                 <strong>{--ADMIN_RALLYE_PRICE_INFO--}:</strong>
22         </td>
23 </tr>
24
25 $content[rows]
26
27 <tr>
28         <td colspan="4" class="table_footer">
29                 <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_REMOVE_RALLYE_PRICES_SUBMIT--}" />
30         </td>
31 </tr>
32 </table>
33 {%form_close%}
34 </div>