Fixed module_details_window
This commit is contained in:
parent
30ab96003c
commit
3f91fda888
|
@ -305,6 +305,7 @@ class ServiceViewWidget extends Widget
|
||||||
|
|
||||||
$containerId = 'container_servicemap_'.$this->cellId;
|
$containerId = 'container_servicemap_'.$this->cellId;
|
||||||
$output .= "<div id='".$containerId."' class='tree-controller-recipient'>";
|
$output .= "<div id='".$containerId."' class='tree-controller-recipient'>";
|
||||||
|
$output .= '</div>';
|
||||||
|
|
||||||
$output .= \html_print_image(
|
$output .= \html_print_image(
|
||||||
'images/spinner.gif',
|
'images/spinner.gif',
|
||||||
|
@ -337,6 +338,10 @@ class ServiceViewWidget extends Widget
|
||||||
$settings['baseURL'] = \ui_get_full_url('/', false, false, false);
|
$settings['baseURL'] = \ui_get_full_url('/', false, false, false);
|
||||||
$settings['ajaxURL'] = \ui_get_full_url('ajax.php', false, false, false);
|
$settings['ajaxURL'] = \ui_get_full_url('ajax.php', false, false, false);
|
||||||
|
|
||||||
|
// Show the modal window of an module.
|
||||||
|
$output .= '<div id="module_details_window" class="">';
|
||||||
|
$output .= '</div>';
|
||||||
|
|
||||||
// Script.
|
// Script.
|
||||||
$output .= '<script type="text/javascript">';
|
$output .= '<script type="text/javascript">';
|
||||||
$output .= 'processServiceTree('.json_encode($settings).');';
|
$output .= 'processServiceTree('.json_encode($settings).');';
|
||||||
|
|
Loading…
Reference in New Issue