[dev] Diff for nag - ordering of menu items..
Robert Ribnitz
ribnitz at linuxbourg.ch
Sat Jan 11 15:53:23 PST 2003
Hello,
here's my nag patch for the menu ordering
(app specific) 'settings' 'help' (other apps)
Index: menu.inc
===================================================================
RCS file: /repository/nag/templates/menu/menu.inc,v
retrieving revision 1.35
diff -r1.35 menu.inc
11,13d10
< if (($conf['prefs']['driver'] != '') && ($conf['prefs']['driver'] !=
'none')) {
< Menu::printItem(Horde::applicationUrl('prefs.php'),
_("Options"), 'prefs.gif', $registry->getParam('graphics', 'horde'));
< }
27a25,30
> /* Settings */
>
> if (($conf['prefs']['driver'] != '') && ($conf['prefs']['driver'] !=
'none')) {
> Menu::printItem(Horde::applicationUrl('prefs.php'),
_("Options"), 'prefs.gif', $registry->getParam('graphics', 'horde'));
> }
>
yours
Robert Ribnitz
More information about the dev
mailing list