]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rallye_del.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_config_rallye_del.tpl
index 4e77e3db361960ef9ee3d1591fb1c112bde27b42..2c10dab84dded555016f24ba6645686a8642b780 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form action="{?URL?}/modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye={!__RALLYE_ID!}" method="post" style="margin-bottom: 10px">
+<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">
        <tr>
                <td colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_REMOVE_PRICES--}</strong>
@@ -7,19 +7,23 @@
        </tr>
        <tr>
                <td align="center" width="10" class="admin_title bottom2 right2">
-               <strong>{--ID_SELECT--}</strong></td>
+                       <strong>{--ID_SELECT--}</strong>
+               </td>
                <td align="center" width="50" class="admin_title bottom2 right2">
-               <strong>{--RALLYE_LEVEL--}:</strong></td>
+                       <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>
+                       <strong>{--RALLYE_PRICE_POINTS--}:</strong>
+               </td>
+               <td align="center" width="320" class="admin_title bottom2">
+                       <strong>{--RALLYE_PRICE_INFO--}:</strong>
                </td>
        </tr>
-       {!__PRICE_ROWS!}
+       $content[rows]
        <tr>
-               <td colspan="4" class="admin_footer"><input
-                       type="submit" name="remove" class="admin_delete"
-                       value="{--RALLYE_REMOVE_PRICES--}"></td>
+               <td colspan="4" class="admin_footer">
+                       <input type="submit" name="remove" class="admin_delete" value="{--RALLYE_REMOVE_PRICES--}" />
+               </td>
        </tr>
 </table>
 </form>