]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rallye_del.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_rallye_del.tpl
index bfa2ab502a28a07b58b09a4245a06c4bd4bd25bd..a8d0f95600cb9e9464bf71235786300f38fc191f 100644 (file)
@@ -1,25 +1,31 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye={!__RALLYE_ID!}" method="POST" style="margin-bottom: 10px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_REMOVE_PRICES--}</strong>
-               </TD>
-       </TR>
-       <TR>
-               <TD align="center" width="10" class="admin_title bottom2 right2">
-               <strong>{--ID_SELECT--}</strong></TD>
-               <TD align="center" width="50" class="admin_title bottom2 right2">
-               <strong>{--RALLYE_LEVEL--}:</strong></TD>
-               <TD align="center" width="200" class="admin_title bottom2 right2">
-               <strong>{--RALLYE_PRICE_POINTS--}:</strong></TD>
-               <TD align="center" width="320" class="admin_title bottom2"><strong>{--RALLYE_PRICE_INFO--}:</strong>
-               </TD>
-       </TR>
-       {!__PRICE_ROWS!}
-       <TR>
-               <TD colspan="4" class="admin_footer"><INPUT
-                       type="submit" name="remove" class="admin_delete"
-                       value="{--RALLYE_REMOVE_PRICES--}"></TD>
-       </TR>
-</TABLE>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye=$content[rallye]%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td colspan="4" align="center" class="table_header">
+                       <strong>{--RALLYE_REMOVE_PRICES--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" width="10" class="header_column bottom right">
+                       <strong>{--ID_SELECT--}</strong>
+               </td>
+               <td align="center" width="50" class="header_column bottom right">
+                       <strong>{--RALLYE_LEVEL--}:</strong>
+               </td>
+               <td align="center" width="200" class="header_column bottom right">
+                       <strong>{--RALLYE_PRICE_POINTS--}:</strong>
+               </td>
+               <td align="center" width="320" class="header_column bottom">
+                       <strong>{--RALLYE_PRICE_INFO--}:</strong>
+               </td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td colspan="4" class="table_footer">
+                       <input type="submit" name="remove" class="form_delete" value="{--RALLYE_REMOVE_PRICES--}" />
+               </td>
+       </tr>
+</table>
 </form>
+</div>