Even more XHTML fixes
[mailer.git] / templates / de / html / admin / admin_config_rallye_del.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_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></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="submit" name="remove" class="admin_delete"
22                         value="{--RALLYE_REMOVE_PRICES--}"></td>
23         </tr>
24 </table>
25 </form>
26 </div>