All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_config_rallye_prices.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" 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></td>
11                 <td align="center" width="50" class="admin_title bottom2 right2">
12                 <strong>{--RALLYE_LEVEL--}:</strong></td>
13                 <td align="center" width="200" class="admin_title bottom2 right2">
14                 <strong>{--RALLYE_PRICE_POINTS--}:</strong></td>
15                 <td align="center" width="320" class="admin_title bottom2"><strong>{--RALLYE_PRICE_INFO--}:</strong>
16                 </td>
17         </tr>
18         {!__PRICE_ROWS!}
19         <tr>
20                 <td colspan="4" class="admin_footer"><input
21                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
22                 <input type="submit" name="edit" class="admin_submit"
23                         value="{--RALLYE_EDIT_PRICES--}"> <input type="submit"
24                         name="del" class="admin_delete" value="{--RALLYE_DELETE_PRICES--}" />
25                 </td>
26         </tr>
27 </table>
28 </form>
29 </div>