PDA

View Full Version : IT Services dependencies list


Nyarlathotep
12-09-2007, 16:23
Hi.

If you have a long list of it services and you configure services dependencies of one of they, the pop-up window with services list has no scrollbar, so many services disappear from it.

Change line 483 of services_form.php from:

$cb->SetAction("javascript: openWinCentered('services_form.php?pservices=1".url_param('serviceid')."','ZBX_Services_List',720,420,'toolbar=0, menubar=0, resizable=0');");

to

$cb->SetAction("javascript: openWinCentered('services_form.php?pservices=1".url_param('serviceid')."','ZBX_Services_List',720,420,'toolbar=0, menubar=0, resizable=0, scrollbars=yes');");

The same for line 537.

Bye