All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_config_rallye_edit.tpl
1 <div align="center">
2 <form action="{!URL!}/modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye={!__RALLYE_ID!}" 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"><strong>{--RALLYE_EDIT_SELECTED_PRICES--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td width="120" align="center" width="50"
10                         class="admin_title bottom2 right2"><strong>{--RALLYE_ID--}:</strong>
11                 </td>
12                 <td width="65" align="center" width="50"
13                         class="admin_title bottom2 right2"><strong>{--RALLYE_LEVEL--}:</strong>
14                 </td>
15                 <td width="185" align="center" width="200"
16                         class="admin_title bottom2 right2"><strong>{--RALLYE_PRICE_POINTS--}:</strong>
17                 </td>
18                 <td width="130" align="center" width="320" class="admin_title bottom2">
19                 <strong>{--RALLYE_PRICE_INFO--}:</strong></td>
20         </tr>
21         {!__PRICE_ROWS!}
22         <tr>
23                 <td colspan="4" class="admin_footer"><input
24                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
25                 <input type="submit" name="change" class="admin_submit"
26                         value="{--RALLYE_CHANGE_PRICES--}" /></td>
27         </tr>
28 </table>
29 </form>
30 </div>