[Tickets #477] NEW: order of items in menu

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Aug 12 05:38:37 PDT 2004


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=477
-----------------------------------------------------------------------
 Ticket     | 477
 Created By | hordebugs at biuro.net.pl
 Summary    | order of items in menu
 Queue      | Passwd
 Version    | HEAD
 State      | New
 Priority   | 1. Low
 Type       | Enhancement
 Owners     | 
-----------------------------------------------------------------------


hordebugs at biuro.net.pl (2004-08-12 05:38) wrote:

This is not really an enhacement, not a bug, but passwd's menu was 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%">&nbsp;</td><!-- spacer -->
 </tr></table></td></tr></table><br />





More information about the bugs mailing list