]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_delete_rallye_prices.tpl
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_delete_rallye_prices.tpl
index 58f2b35eb020fd479c8483090b4188a73096987c..7b0f4b9cfe0fb578cc449c0a3a927859897f1c2e 100644 (file)
@@ -1,31 +1,34 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye_id=$content[rallye_id]%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_rallye_prices&amp;rallye_id=$content[rallye_id]%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="4" align="center" class="table_header">
-                       <strong>{--ADMIN_DELETE_RALLYE_PRICES_TITLE--}</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>{--ADMIN_RALLYE_PRICE_POINTS--}:</strong>
-               </td>
-               <td align="center" width="320" class="header_column bottom">
-                       <strong>{--ADMIN_RALLYE_PRICE_INFO--}:</strong>
-               </td>
-       </tr>
-       $content[rows]
-       <tr>
-               <td colspan="4" class="table_footer">
-                       <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_REMOVE_RALLYE_PRICES_SUBMIT--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="4" align="center" class="table_header">
+               <strong>{--ADMIN_DELETE_RALLYE_PRICES_TITLE--}</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>{--ADMIN_RALLYE_PRICE_POINTS--}:</strong>
+       </td>
+       <td align="center" width="320" class="header_column bottom">
+               <strong>{--ADMIN_RALLYE_PRICE_INFO--}:</strong>
+       </td>
+</tr>
+
+$content[rows]
+
+<tr>
+       <td colspan="4" class="table_footer">
+               <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_REMOVE_RALLYE_PRICES_SUBMIT--}" />
+       </td>
+</tr>
 </table>
-</form>
+{%form_close%}
 </div>