]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_gmenu_edit.tpl
Rewrite of language strings
[mailer.git] / templates / de / html / admin / admin_gmenu_edit.tpl
index 7e19543dcff7e96fdca4e0969ea3b9b9396bc3b4..62f87327ccfa93cff8bbc670a427f2b3c9ebfe42 100644 (file)
@@ -1,20 +1,20 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=guestedit&amp;sub={!__SUB_VALUE!}" method="POST" target="_self">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=guestedit&amp;sub=$content[sub]%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
 <tr>
-       <td class="admin_title bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></td>
-       <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></td>
-       <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></td>
-       <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></td>
-       <td class="admin_title bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></td>
+       <td class="header_column bottom right" align="center" width="30" height="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>
 </tr>
-{!__MENU_ROWS!}
+$content[rows]
 <tr>
        <td colspan="5" class="admin_footer">
-               <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" class="admin_normal" />
-               <INPUT type="submit" class="admin_submit" name="edit" value="{--EDIT_MENUS--}" />
-               <INPUT type="submit" class="admin_submit" name="status" value="{--CHANGE_MENUS--}" />
-               <INPUT type="submit" class="admin_delete submit" name="del" value="{--DEL_MENUS--}" />
+               <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" class="admin_submit" name="edit" value="{--EDIT_MENUS--}" />
+               <input type="submit" class="admin_submit" name="status" value="{--CHANGE_MENUS--}" />
+               <input type="submit" class="admin_delete submit" name="del" value="{--DEL_MENUS--}" />
        </td>
 </tr>
 </table>