[dev] menu
Thierry Thomas
thierry@pompo.net
Thu, 25 Jul 2002 21:15:19 +0200
Le 25 jul 02 à 15:38:57 +0000, Nuno Loureiro écrivait :
> Anyone have been thinking about this? The only ideas that crossed my
> mind were:
>
> - Put the frame vertical
> - Decrease the number of modules available on the menu and put the
> removed ones in a separate menu somewhere available only in the first
> page.
> - Develop a menu like MSWindows "Start Menu"
>
> Any thoughts?
Just a lazy Q&D patch:
--- templates/index/frames_index.inc.orig Sat Jun 15 21:06:49 2002
+++ templates/index/frames_index.inc Wed Jul 24 23:14:08 2002
@@ -5,9 +5,9 @@
<title><?php echo $registry->getParam('name'); ?></title>
</head>
-<frameset rows="*,55" border="0">
+<frameset rows="*,63" border="0">
<frame name="horde_main" src="<?php echo $main_page ?>" scrolling="<?php echo $scrollbar ?>" noresize="noresize" frameborder="0" />
- <frame name="horde_menu" src="<?php echo Horde::applicationUrl('menu.php') ?>" scrolling="no" marginheight="0" marginwidth="0" noresize="noresize" frameborder="0" />
+ <frame name="horde_menu" src="<?php echo Horde::applicationUrl('menu.php') ?>" scrolling="yes" marginheight="0" marginwidth="0" noresize="noresize" frameborder="0" />
</frameset>
</html>
Regards,
--
Th. Thomas.