diff options
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 65f8b6c8..998ed7b5 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -1513,7 +1513,7 @@ url_param($graphtype, false, 'graphtype'). url_param($gitem, false). url_param($gid,false,'gid'). - '",550,400);'); + '",550,400,"graph_item_form");'); $items_table->AddRow(array( new CCheckBox('group_gid['.$gid.']',isset($group_gid[$gid])), @@ -1540,7 +1540,7 @@ 'return PopUp("popup_gitem.php?dstfrm='.$frmGraph->GetName(). url_param($only_hostid, false, 'only_hostid'). url_param($graphtype, false, 'graphtype'). - '",550,400);'), + '",550,400,"graph_item_form");'), $dedlete_button )); unset($items_table, $dedlete_button); |
