]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_admin_menu.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_edit_admin_menu.tpl
index 3cbc7a4a47e8aa1d6176d45d861cc47ed7734c8b..da1fce31ccfc12a7c481938e1023a1fb635d1327 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=adminedit&amp;sub=$content[sub]%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=adminedit&amp;sub=$content[sub]%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <!-- @TODO Shouldn't we add a title here? //-->
 <tr>
 $content[rows]
 <tr>
        <td colspan="5" class="table_footer">
-               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
                <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT_MENUS--}" />
-               <input type="submit" class="form_delete submit" name="del" value="{--ADMIN_DELETE_MENUS--}" />
+               <input type="submit" class="form_delete submit" name="delete" value="{--ADMIN_DELETE_MENUS--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>