[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Altering the menu
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] Altering the menu
- From: "Francesco Duranti" <fduranti (at) q8.it>
- Date: Thu, 5 Oct 2006 11:49:10 +0200
- Thread-index: AcboX/csMKrEs6SnSeOo5LvXk8fIUAAAUnigAABzyNA=
- Thread-topic: [hobbit] Altering the menu
You've to change this file: ~hobbituser/server/www/menu/menu_items.js
and add the line for your view for example:
var MENU_ITEMS = [
['Views', null, null,
['Main view', '/bbtest/bb.html'],
['All non-green view', '/bbtest/bb2.html'],
['ITNow Overview', '/bbtest/ITNOW/bb.html'],
['Critical systems', '/bbtest-cgi/hobbit-nkview.sh'],
],
Where /bbtest/ITNOW/bb.html is the path to your view directory bb.html
file.
> -----Original Message-----
> From: Jones, Jason (Altrincham) [mailto:JasonAS_Jones (at) mentor.com]
> Sent: Thursday, October 05, 2006 11:37 AM
> To: hobbit (at) hswn.dk
> Subject: [hobbit] Altering the menu
>
> Hi all,
>
> I did look here
> http://www.hswn.dk/hobbit/help/manpages/man1/bb-webpage.cgi.1.
> html but there doesn't seem, to be any documentation so I
> thought I might aswell ask the list.
>
> Is there a way to add an alternate pageset to the views menu?
> I have created an alternate pageset:
>
> xtitle Title
> xpage Page
> xgroup Group
> .
> .
> .
> Etc.
>
> Anyway I would like to add this pageset to the views i.e.
> views > ITNow Overview. How would I go about altering this?
>
> Thanks,
> Jason.
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>