A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_config_rallye_edit.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" width="500" class="admin_table dashed">
4         <tr>
5                 <td colspan="4" align="center" class="admin_title" height="30">
6                         <strong>{--RALLYE_EDIT_SELECTED_PRICES--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td width="120" align="center" class="admin_title bottom2 right2">
11                         <strong>{--RALLYE_ID--}:</strong>
12                 </td>
13                 <td width="65" align="center" class="admin_title bottom2 right2">
14                         <strong>{--RALLYE_LEVEL--}:</strong>
15                 </td>
16                 <td width="185" align="center" class="admin_title bottom2 right2">
17                         <strong>{--RALLYE_PRICE_POINTS--}:</strong>
18                 </td>
19                 <td width="130" align="center" class="admin_title bottom2">
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="{--CLEAR_FORM--}" />
27                         <input type="submit" name="change" class="admin_submit" value="{--RALLYE_CHANGE_PRICES--}" />
28                 </td>
29         </tr>
30 </table>
31 </form>
32 </div>