[dev] Patch -menu ordering in trean..

Robert Ribnitz ribnitz at linuxbourg.ch
Sat Jan 11 16:12:11 PST 2003


Hello,

as before the idea is to keep things together:

(app menus) 'settings' 'help' (other apps)

Robert Ribnitz

Index: menu.inc
===================================================================
RCS file: /repository/trean/templates/menu/menu.inc,v
retrieving revision 1.7
diff -r1.7 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'));
< }
22a20,25
> /* Settings */
> 
> if (($conf['prefs']['driver'] != '') && ($conf['prefs']['driver'] !=
'none')) {
>     Menu::printItem(Horde::applicationUrl('prefs.php'),
_("Options"), 'prefs.gif', $registry->getParam('graphics', 'horde'));
>     }
>     
23a27
> 



More information about the dev mailing list