| Summary | order of items in menu |
| Queue | Passwd |
| Queue Version | HEAD |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | hordebugs (at) biuro (dot) net (dot) pl |
| Created | 08/12/2004 (7800 days ago) |
| Due | |
| Updated | 08/12/2004 (7800 days ago) |
| Assigned | 08/12/2004 (7800 days ago) |
| Resolved | 08/12/2004 (7800 days ago) |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Assigned
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ order of items in menu
Queue ⇒ Passwd
assembled in a different order than all the other horde apps I use
(siteLinks and appLinks). It bugged one user of mine, so I corrected
it.
--- horde/passwd/templates/menu/menu.inc.orig 2004-08-10
21:51:31.000000000 +0200
+++ horde/passwd/templates/menu/menu.inc 2004-08-10
21:52:26.000000000 +0200
@@ -5,14 +5,14 @@
/* Additional site-specific menu items */
Menu::siteLinks();
-/* Links to other Horde applications. */
-Menu::appLinks();
-
/* Online Help */
if ($help_link = Help::listLink('passwd')) {
echo Menu::createItem($help_link, _("Help"), 'manual.gif',
$registry->getParam('graphics', 'horde'));
}
+/* Links to other Horde applications. */
+Menu::appLinks();
+
?>
<td width="100%"> </td><!-- spacer -->
</tr></table></td></tr></table><br />