[dev] IMP- Fixing menu entries ordering..
    Robert Ribnitz 
    ribnitz at linuxbourg.ch
       
    Sat Jan 11 15:38:12 PST 2003
    
    
  
Hello
below is a patch to fix menu entry ordering as follows:
(app specific including optional) 'settings' 'help' 'horde' (other apps)
This is for imp
Index: menu.inc
===================================================================
RCS file: /repository/imp/templates/menu/menu.inc,v
retrieving revision 2.161
diff -r2.161 menu.inc
28,30d27
< if (($conf['prefs']['driver'] != '') && ($conf['prefs']['driver'] !=
'none')) {
<     Menu::printItem(Horde::applicationUrl('prefs.php'),
_("Options"), 'prefs.gif', $registry->getParam('graphics', 'horde'));
< }
42a40,45
> /* Preferences */
> 
> if (($conf['prefs']['driver'] != '') && ($conf['prefs']['driver'] !=
'none')) {
>     Menu::printItem(Horde::applicationUrl('prefs.php'),
_("Options"), 'prefs.gif', $registry->getParam('graphics', 'horde'));
>     }
>     
    
    
More information about the dev
mailing list