]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rallye_prices.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_rallye_prices.tpl
index 0be00c9dac6ac790d0b37752cc0b7788347c427d..190d1965d3649a22347c07a6e23020977fa7c9e7 100644 (file)
@@ -1,30 +1,31 @@
 <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" style="margin-bottom: 10px">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<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="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_PRICES--}</strong>
+               <td colspan="4" align="center" class="table_header">
+                       <strong>{--RALLYE_EDIT_DELETE_PRICES--}</strong>
                </td>
        </tr>
        <tr>
-               <td align="center" width="10" class="admin_title bottom2 right2">
+               <td align="center" width="10" class="header_column bottom right">
                        <strong>{--ID_SELECT--}</strong>
                </td>
-               <td align="center" width="50" class="admin_title bottom2 right2">
+               <td align="center" width="50" class="header_column bottom right">
                        <strong>{--RALLYE_LEVEL--}:</strong>
                </td>
-               <td align="center" width="200" class="admin_title bottom2 right2">
+               <td align="center" width="200" class="header_column bottom right">
                        <strong>{--RALLYE_PRICE_POINTS--}:</strong>
                </td>
-               <td align="center" width="320" class="admin_title bottom2">
+               <td align="center" width="320" class="header_column bottom">
                        <strong>{--RALLYE_PRICE_INFO--}:</strong>
                </td>
        </tr>
        $content[rows]
        <tr>
-               <td colspan="4" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="edit" class="admin_submit" value="{--RALLYE_EDIT_PRICES--}" />
-                       <input type="submit" name="del" class="admin_delete" value="{--RALLYE_DELETE_PRICES--}" />
+               <td colspan="4" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="edit" class="form_submit" value="{--RALLYE_EDIT_PRICES--}" />
+                       <input type="submit" name="del" class="form_delete" value="{--RALLYE_DELETE_PRICES--}" />
                </td>
        </tr>
 </table>