Ad Widget

Collapse

IT Services dependencies list

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nyarlathotep
    Junior Member
    • Jun 2007
    • 5

    #1

    IT Services dependencies list

    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:

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

    Code:
    $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
Working...