Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_config_rallye_prices.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye=$content[rallye]%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td colspan="4" align="center" class="admin_title">
6                         <strong>{--RALLYE_EDIT_DEL_PRICES--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" width="10" 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>{--RALLYE_PRICE_POINTS--}:</strong>
18                 </td>
19                 <td align="center" width="320" class="header_column bottom">
20                         <strong>{--RALLYE_PRICE_INFO--}:</strong>
21                 </td>
22         </tr>
23         $content[rows]
24         <tr>
25                 <td colspan="4" class="admin_footer">
26                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
27                         <input type="submit" name="edit" class="admin_submit" value="{--RALLYE_EDIT_PRICES--}" />
28                         <input type="submit" name="del" class="admin_delete" value="{--RALLYE_DELETE_PRICES--}" />
29                 </td>
30         </tr>
31 </table>
32 </form>
33 </div>