2a76082e848beaf1f821195caa4e21ffc0db00c6
[mailer.git] / templates / de / html / admin / admin_list_rallye_prices_simple.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_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_LIST_RALLYE_PRICES_SIMPLE_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" width="30" class="header_column bottom right">
11                         <strong>{--ID_SELECT--}</strong>
12                 </td>
13                 <td align="center" width="50" class="header_column bottom right">
14                         <strong>{--RALLYE_LEVEL--}:</strong>
15                 </td>
16                 <td align="center" width="200" class="header_column bottom right">
17                         <strong>{--ADMIN_RALLYE_PRICE_POINTS--}:</strong>
18                 </td>
19                 <td align="center" width="300" class="header_column bottom">
20                         <strong>{--ADMIN_RALLYE_PRICE_INFO--}:</strong>
21                 </td>
22         </tr>
23         $content[rows]
24         <tr>
25                 <td colspan="4" class="table_footer">
26                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
27                         <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
28                         <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
29                 </td>
30         </tr>
31 </table>
32 {%form_close%}
33 </div>