]> 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 c3c44524d73d6e7b684e8799a2a76779b455a156..e75368da99bde00903988ee03559440181075ac1 100644 (file)
@@ -1,15 +1,18 @@
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_rallyes%}" method="post">
+<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>{--RALLYE_EDIT_RALLYES--}:</strong></td>
+                       <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" name="change" class="form_submit" value="{--RALLYE_CHANGE_ADMIN--}" />
+                       <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_CHANGE_RALLYE_SUBMIT--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>