Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / admin / admin_config_rallye_del.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_REMOVE_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="submit" name="remove" class="admin_delete" value="{--RALLYE_REMOVE_PRICES--}" />
26                 </td>
27         </tr>
28 </table>
29 </form>
30 </div>