A lot texts rewritten and exclamation signs removed
[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" style="margin-bottom: 10px">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_PRICES--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td align="center" width="10" class="admin_title bottom2 right2">
10                         <strong>{--Id_SELECT--}</strong>
11                 </td>
12                 <td align="center" width="50" class="admin_title bottom2 right2">
13                         <strong>{--RALLYE_LEVEL--}:</strong>
14                 </td>
15                 <td align="center" width="200" class="admin_title bottom2 right2">
16                         <strong>{--RALLYE_PRICE_POINTS--}:</strong>
17                 </td>
18                 <td align="center" width="320" class="admin_title bottom2">
19                         <strong>{--RALLYE_PRICE_INFO--}:</strong>
20                 </td>
21         </tr>
22         $content[rows]
23         <tr>
24                 <td colspan="4" class="admin_footer">
25                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
26                         <input type="submit" name="edit" class="admin_submit" value="{--RALLYE_EDIT_PRICES--}" />
27                         <input type="submit" name="del" class="admin_delete" value="{--RALLYE_DELETE_PRICES--}" />
28                 </td>
29         </tr>
30 </table>
31 </form>
32 </div>