diff --git a/pandora_console/extensions/agents_alerts.php b/pandora_console/extensions/agents_alerts.php index 557bacb31a..e93b97cddf 100755 --- a/pandora_console/extensions/agents_alerts.php +++ b/pandora_console/extensions/agents_alerts.php @@ -105,10 +105,18 @@ function mainAgentsAlerts() { } // Header - ui_print_page_header (__("Agents/Alerts"), "images/op_alerts.png", false, "", false, $onheader); + ui_print_page_header (__("Agents/Alerts"), "images/op_alerts.png", false, "", false, $updated_time); // Old style table, we need a lot of special formatting,don't use table function // Prepare old-style table + echo ''; + echo ""; + echo ""; + if ($config['pure'] == 1) + echo ""; + echo ""; + echo ""; + echo "
" . $filter_groups . "" . $comborefr . " " . __("Full screen") . "" . $fullscreen['text'] . "
"; $filter = array ('offset' => (int) $offset, 'limit' => (int) $config['block_size']); @@ -144,7 +152,7 @@ function mainAgentsAlerts() { $nagents = count(agents_get_agents ($filter_count)); if ($agents == false) { - echo "
" . __('There are no agents with alerts')."
"; + ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no agents with alerts') ) ); return; } @@ -164,12 +172,15 @@ function mainAgentsAlerts() { // Prepare pagination ui_pagination ($nagents); - echo ''; - echo ""; + echo '
".__("Agents")." / ".__("Alert templates")."
'; + echo ""; if ($hor_offset > 0) { $new_hor_offset = $hor_offset-$block; - echo ""; + echo ""; } $templates_raw = array(); @@ -200,12 +211,14 @@ function mainAgentsAlerts() { if ($tname == '') { continue; } - echo '"; + echo '"; } if (($hor_offset + $block) < $ntemplates) { $new_hor_offset = $hor_offset+$block; - echo ""; + echo ""; } foreach ($agents as $agent) { @@ -231,7 +244,7 @@ function mainAgentsAlerts() { $cellstyle = 'background:'.COL_ALERTFIRED.';'; } - echo '
".__("Agents")." / ".__("Alert templates")."".html_print_image("images/darrowleft.png",true, array('title' => __('Previous templates')))." + ". + html_print_image("images/darrowleft.png",true, array('title' => __('Previous templates')))." '. html_print_image('images/information.png', true, array('title' => io_safe_output($tname))) ."'. io_safe_output($tname) . html_print_image('images/information.png', true, array('title' => io_safe_output($tname))) ."".html_print_image("images/darrowright.png",true, array('title' => __('More templates')))." + ".html_print_image("images/darrowright.png",true, array('title' => __('More templates')))." '; + echo ' '; $uniqid = uniqid(); echo "
"; diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index 4ad792fe9f..65bf295c11 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -74,12 +74,12 @@ function mainAgentsModules() { $filter_module_groups = '
'; $filter_module_groups .= ''.__('Module group').''; $filter_module_groups .= html_print_select_from_sql ("SELECT * FROM tmodule_group ORDER BY name", - 'modulegroup', $modulegroup, 'this.form.submit()',__('All'), 0, true, false, true, false, 'width: 100px; margin-right: 10px; margin-top: 5px;'); + 'modulegroup', $modulegroup, 'this.form.submit()',__('All'), 0, true, false, true, false, 'width: auto;'); $filter_module_groups .= '
'; $filter_groups = '
'; $filter_groups .= ''.__('Group').''; - $filter_groups .= html_print_select_groups(false, "AR", true, 'group_id', $group_id, 'this.form.submit()', '', '', true, false, true, '', false , 'width: 100px; margin-right: 10px;; margin-top: 5px;'); + $filter_groups .= html_print_select_groups(false, "AR", true, 'group_id', $group_id, 'this.form.submit()', '', '', true, false, true, '', false , 'width: auto;'); $filter_groups .= '
'; $comborefr = '
'; @@ -116,10 +116,19 @@ function mainAgentsModules() { } // Header - ui_print_page_header (__("Agents/Modules"), "images/module_mc.png", false, "", false, $onheader); + ui_print_page_header (__("Agents/Modules"), "images/module_mc.png", false, "", false, $updated_time); // Old style table, we need a lot of special formatting,don't use table function // Prepare old-style table + echo ''; + echo ""; + echo ""; + echo ""; + if ($config['pure'] == 1) + echo ""; + echo ""; + echo ""; + echo "
" . $filter_module_groups . "" . $filter_groups . "" . $comborefr . " " . __("Full screen") . "" . $fullscreen['text'] . "
"; $agents = ''; $agents = agents_get_group_agents($group_id,array('disabled' => 0)); @@ -172,15 +181,15 @@ function mainAgentsModules() { $nagents = count($agents); if ($all_modules == false || $agents == false) { - echo "
".__('There are no agents with modules')."
"; + ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no agents with modules') ) ); return; } - echo ''; + echo '
'; echo ""; - echo ""; + echo ""; if ($hor_offset > 0) { $new_hor_offset = $hor_offset-$block; diff --git a/pandora_console/extensions/module_groups.php b/pandora_console/extensions/module_groups.php index b73c91a931..01d7eb0609 100644 --- a/pandora_console/extensions/module_groups.php +++ b/pandora_console/extensions/module_groups.php @@ -167,9 +167,9 @@ function mainModuleGroups() { ui_print_page_header (__("Combined table of agent group and module group"), "images/module_group.png", false, "", false, ''); - echo "

" . - __("This table shows in columns the modules group and in rows agents group. The cell shows all modules") . - "

"; + ui_print_info_message ( array('no_close'=>true, 'message'=> + __("This table shows in columns the modules group and in rows agents group. The cell shows all modules") ) + ); $agentGroups = users_get_groups ($config['id_user'], "AR", false); @@ -182,7 +182,7 @@ function mainModuleGroups() { $table->headstyle[] = "width: 20%"; foreach ($modelGroups as $i => $n) { $table->headstyle[] = "width: 7%"; - $modelGroups[$i] = ui_print_truncate_text($n, GENERIC_SIZE_TEXT); + $modelGroups[$i] = ui_print_truncate_text($n, GENERIC_SIZE_TEXT, true, true, true, '…', 'color:#FFF'); } $head = $modelGroups; @@ -203,7 +203,7 @@ function mainModuleGroups() { $fired = false; $row = array(); - array_push($row, ui_print_truncate_text($name, GENERIC_SIZE_TEXT)); + array_push($row, ui_print_truncate_text($name, GENERIC_SIZE_TEXT, true, true, true, '…', 'color:#FFF')); foreach ($modelGroups as $idModelGroup => $modelGroup) { $fired = false; diff --git a/pandora_console/extensions/net_tools/nettool.png b/pandora_console/extensions/net_tools/nettool.png index 9161739c27..9a78741f1d 100644 Binary files a/pandora_console/extensions/net_tools/nettool.png and b/pandora_console/extensions/net_tools/nettool.png differ diff --git a/pandora_console/extensions/realtime_graphs.php b/pandora_console/extensions/realtime_graphs.php index 0cf679ead1..f3e5610c0f 100644 --- a/pandora_console/extensions/realtime_graphs.php +++ b/pandora_console/extensions/realtime_graphs.php @@ -46,6 +46,8 @@ function pandora_realtime_graphs () { $table->id = 'table-form'; $table->class = 'databox filters'; $table->style = array (); + $table->cellpadding = '0'; + $table->cellspacing = '0'; $table->style[0] = 'font-weight: bold;'; $table->style[1] = 'font-weight: bold;'; $table->style[2] = 'font-weight: bold;'; @@ -63,7 +65,6 @@ function pandora_realtime_graphs () { $refresh = get_parameter('refresh', '1000'); $data['graph'] = __('Graph') . '  ' . html_print_select ($graph_fields, 'graph', $graph, '', '', 0, true); - $data['reset'] = html_print_button(__('Clear graph'), 'reset', false, 'clearGraph()', 'class="sub delete"', true); $refresh_fields[1000] = human_time_description_raw(1, true, 'large'); $refresh_fields[5000] = human_time_description_raw(5, true, 'large'); @@ -72,7 +73,7 @@ function pandora_realtime_graphs () { $data['refresh'] = __('Refresh interval') . '  ' . html_print_select ($refresh_fields, 'refresh', $refresh, '', '', 0, true); $data['incremental'] = __('Incremental') . '  ' . html_print_checkbox ('incremental', 1, 0, true); - + $data['reset'] = html_print_button(__('Clear graph'), 'reset', false, 'clearGraph()', 'class="sub delete" style="margin-top:0px;"', true); $table->data[] = $data; diff --git a/pandora_console/extensions/ssh_gateway.php b/pandora_console/extensions/ssh_gateway.php index 1d2ddcab75..6f69e39886 100644 --- a/pandora_console/extensions/ssh_gateway.php +++ b/pandora_console/extensions/ssh_gateway.php @@ -57,7 +57,7 @@ function ssh_gateway () { echo ""; echo ""; echo ""; echo ""; echo "
" . __("Agents") . " / " . __("Modules") . "" . __("Agents") . " / " . __("Modules") . "".__("Host address").""; //echo "
".__("User")."" . ui_print_help_tip(__('For security reasons the following characters are not allowed: %s', '< > | ` $ ; &'), true); - echo "   "; + echo "   "; echo "
".__("Port (use 0 for default)").""; diff --git a/pandora_console/extensions/ssh_gateway/secure_console.png b/pandora_console/extensions/ssh_gateway/secure_console.png index b571eb7c86..f8d5f63e24 100644 Binary files a/pandora_console/extensions/ssh_gateway/secure_console.png and b/pandora_console/extensions/ssh_gateway/secure_console.png differ diff --git a/pandora_console/extensions/vnc_view.php b/pandora_console/extensions/vnc_view.php index 655fe5071c..f10000c981 100644 --- a/pandora_console/extensions/vnc_view.php +++ b/pandora_console/extensions/vnc_view.php @@ -25,7 +25,7 @@ function vnc_view() { echo __("VNC Display (:0 by default)") . " "; echo ""; echo ""; - echo ""; + echo ""; echo "
"; $port = 5800 + $display; diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index edaeebbbba..18b3806a56 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -251,7 +251,7 @@ config_check(); $maintenance_link_open_txt = ''; $maintenance_link_open_img = ''; $maintenance_link_close = ''; - $maintenance_img = $maintenance_link_open_img . html_print_image ("images/header_warning.png", true, array ("title" => __('You have %d warning(s)', $config["alert_cnt"]), "id" => "yougotalert", "class" => "bot")) . $maintenance_link_close; + $maintenance_img = $maintenance_link_open_img . html_print_image ("images/header_yellow.png", true, array ("title" => __('You have %d warning(s)', $config["alert_cnt"]), "id" => "yougotalert", "class" => "bot")) . $maintenance_link_close; } else { $maintenance_img = html_print_image ("images/header_ready.png", true, array ("title" => __('There are not warnings'), "id" => "yougotalert", "class" => "bot")); diff --git a/pandora_console/general/login_page.php b/pandora_console/general/login_page.php index 022b02f98a..2d19128236 100644 --- a/pandora_console/general/login_page.php +++ b/pandora_console/general/login_page.php @@ -62,44 +62,47 @@ if (!empty($config['login_background'])) { $login_body_style = "style=\"background-image: url('$background_url');\""; } echo '
'; -echo '
'; +echo '