]> 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 44f901273439affd61d79256cad36e22471c0fe9..da1fce31ccfc12a7c481938e1023a1fb635d1327 100644 (file)
@@ -1,22 +1,22 @@
 <div align="center">
-<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="admin_table dashed">
+{%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>
        <td class="header_column bottom right" align="center" width="30"><strong>{--ID_SELECT--}</strong></td>
-       <td class="header_column bottom right" align="center"><strong>{--DISPLAY_ACTION--}</strong></td>
-       <td class="header_column bottom right" align="center"><strong>{--DISPLAY_WHAT--}</strong></td>
-       <td class="header_column bottom right" align="center"><strong>{--DISPLAY_TITLE--}</strong></td>
-       <td class="header_column bottom" align="center"><strong>{--SORT_NAVIGATION--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_DISPLAY_ACTION--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_DISPLAY_WHAT--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_DISPLAY_TITLE--}</strong></td>
+       <td class="header_column bottom" align="center"><strong>{--ADMIN_SORT_NAVIGATION--}</strong></td>
 </tr>
 $content[rows]
 <tr>
-       <td colspan="5" class="admin_footer">
-               <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" class="admin_submit" name="edit" value="{--ADMIN_EDIT_MENUS--}" />
-               <input type="submit" class="admin_delete submit" name="del" value="{--ADMIN_DELETE_MENUS--}" />
+       <td colspan="5" class="table_footer">
+               <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="delete" value="{--ADMIN_DELETE_MENUS--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>