]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_admin_menu.tpl
Renamed 'ADMIN_FOO_NOTE' to 'ADMIN_FOO_NOTICE', refactured templates
[mailer.git] / templates / de / html / admin / admin_edit_admin_menu.tpl
index 3cbc7a4a47e8aa1d6176d45d861cc47ed7734c8b..43ac8a7d5a83cbd8c1f3b2b052dbc490ff9af340 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 accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=adminedit&amp;sub=$content[sub]%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <!-- @TODO Shouldn't we add a title here? //-->
 <tr>
@@ -14,7 +14,7 @@ $content[rows]
        <td colspan="5" class="table_footer">
                <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
                <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>