Changed visual of console
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 456 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 479 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 523 B |
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 638 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 484 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 458 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 437 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 414 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 480 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 479 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 512 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 384 B |
|
@ -207,7 +207,7 @@ function menu_print_menu (&$menu) {
|
|||
$submenu_output .= '<li id="'. str_replace(' ','_',$sub["text"]) . '" class="'.$class.'"><a href="'.$subsec2.'"><div class="' . $sub_tree_class . '">'.$sub["text"].'</div></a>';
|
||||
|
||||
if (isset($sub['sub2']) || $selected) {
|
||||
$submenu_output .= html_print_image("include/styles/images/toggle.png", true, array("class" => "toggle", "alt" => "toogle"));
|
||||
//$submenu_output .= html_print_image("include/styles/images/toggle.png", true, array("class" => "toggle", "alt" => "toogle"));
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
@ -280,7 +280,7 @@ function menu_print_menu (&$menu) {
|
|||
$sub["refr"] : '').$link_add.'"' . $title . '><div class="' . $sub_tree_class . '">'.$sub["text"].'</div></a>';
|
||||
|
||||
if (isset($sub['sub2'])) {
|
||||
$submenu_output .= html_print_image("include/styles/images/toggle.png", true, array("class" => "toggle", "alt" => "toogle"));
|
||||
//$submenu_output .= html_print_image("include/styles/images/toggle.png", true, array("class" => "toggle", "alt" => "toogle"));
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -318,8 +318,13 @@ function menu_print_menu (&$menu) {
|
|||
$sub_tree_class = 'submenu_text submenu2_text_middle';
|
||||
}
|
||||
|
||||
if (isset($sub2['title']))
|
||||
$sub_title = $sub2['title'];
|
||||
|
||||
$submenu2_list .= '<li class="'.$class.'" style="font-weight: normal;">';
|
||||
$submenu2_list .= '<a style="font-weight:normal;" href="'.$link.'"><div class="' . $sub_tree_class . '">'.$sub2["text"].'</div></a></li>';
|
||||
$submenu2_list .= '<a style="font-weight:normal;" href="'.$link.'"><div class="' . $sub_tree_class . '" title="' . $sub_title . '" >'.
|
||||
$sub2["text"].'</div></a></li>';
|
||||
$sub_title = '';
|
||||
}
|
||||
|
||||
//Add submenu2 to submenu string
|
||||
|
@ -351,7 +356,7 @@ function menu_print_menu (&$menu) {
|
|||
//Print out the first level
|
||||
$output .= '<li class="'.implode (" ", $classes).' ' . $seleccionado . '" id="icon_'.$id.'"
|
||||
onclick="location.href=\'index.php?sec='.$mainsec.'&sec2='.$main["sec2"].($main["refr"] ? '&refr='.$main["refr"] : '').'\'">';
|
||||
$output .= html_print_image("include/styles/images/toggle.png", true, array("class" => "toggle", "alt" => "toogle"));
|
||||
//$output .= html_print_image("include/styles/images/toggle.png", true, array("class" => "toggle", "alt" => "toogle"));
|
||||
if ($submenu_output != '') {
|
||||
//WARNING: IN ORDER TO MODIFY THE VISIBILITY OF MENU'S AND SUBMENU'S (eg. with cookies) YOU HAVE TO ADD TO THIS ELSEIF. DON'T MODIFY THE CSS
|
||||
if ($visible || in_array ("selected", $classes)) {
|
||||
|
|
|
@ -2375,7 +2375,7 @@ function ui_print_page_header ($title, $icon = "", $return = false, $help = "",
|
|||
}
|
||||
|
||||
if (($icon == "") && ($godmode == false)) {
|
||||
$icon = "images/op_monitoring.png";
|
||||
$icon = "";
|
||||
}
|
||||
|
||||
if ($godmode == true) {
|
||||
|
@ -2393,8 +2393,8 @@ function ui_print_page_header ($title, $icon = "", $return = false, $help = "",
|
|||
$buffer = '<div id="'.$type2.'" style=""><div id="menu_tab_left">';
|
||||
|
||||
|
||||
$buffer .= '<ul class="mn"><li class="' . $type . '"> ' . html_print_image($icon, true, array("style" => "vertical-align:middle;", "class" => "bottom", "border" => "0", "alt" => "")) . ' ';
|
||||
$buffer .= '<span style="display: inline-block; vertical-align: top; margin-top: 2px;">' .
|
||||
$buffer .= '<ul class="mn"><li class="' . $type . '"> ' . ' ';
|
||||
$buffer .= '<span style="">' .
|
||||
ui_print_truncate_text($title, 38);
|
||||
if ($help != "")
|
||||
$buffer .= "<div class='head_help' style='float: right; margin-top: -3px !important; margin-left: 2px !important;'>" .
|
||||
|
|
|
@ -147,9 +147,10 @@ if (check_acl ($config['id_user'], 0, "RR")) {
|
|||
else {
|
||||
$firstLetter = $name[0];
|
||||
}
|
||||
/*
|
||||
if (!in_array($firstLetter, $firstLetterNameVisualToShow)) {
|
||||
continue;
|
||||
}
|
||||
}*/
|
||||
$sub2["operation/visual_console/render_view&id=".$layout["id"]]["text"] = mb_substr ($name, 0, 19);
|
||||
$sub2["operation/visual_console/render_view&id=".$layout["id"]]["title"] = $name;
|
||||
if (!empty($config['vc_refr'])) {
|
||||
|
|