]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_rallyes.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_edit_rallyes.tpl
index be7676b629a889ac4902fcf7f67c86c2eb974859..e75368da99bde00903988ee03559440181075ac1 100644 (file)
@@ -1,17 +1,18 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=list_rallyes"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--RALLYE_EDIT_RALLYES--}:</STRONG></TD>
-       </TR>
-       {--__RALLYE_ROWS--}
-       <TR>
-               <TD colspan="3" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
-               <INPUT type="submit" name="change" class="admin_submit"
-                       value="{--RALLYE_CHANGE_ADMIN--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_rallyes%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td colspan="3" align="center" class="table_header bottom">
+                       <strong>{--ADMIN_EDIT_RALLYES_TITLE--}:</strong>
+               </td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="3" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_CHANGE_RALLYE_SUBMIT--}" />
+               </td>
+       </tr>
+</table>
+{%form_close%}
+</div>