PDA

View Full Version : Changes in the main menu


Prometheus
11-04-2005, 05:06 PM
Hi,

I want to modify the main menu on the top (Home, Configuration, Monitoring, ...) but I was not able to find any entry in the config files to solve this. (Oreon 1.2.3-RC1)

When I click 'Monitoring' I get the page './oreon.php?p=303' but I want './oreon.php?p=303&o=sp'.

Can you help me to find where I can do this?


BTW: When I watch the service details page and switch to the 'Service State Information' of a service or the 'Host State Information' of a host, the button 'Graphs' in the main menu gets hilighted.


Thank you,
/peter

le_zeou
11-04-2005, 05:40 PM
In the file Top_menu.php at the line 86.

Modify onclick="document.location.href='oreon.php?p=303'
by onclick="document.location.href='oreon.php?p=303&o=sp'

Prometheus
11-04-2005, 05:50 PM
Oh, I never looked into _this_ folder. :)

Thank you!


/peter