From 77628ae014b3fd6e710dec2631b834c1647dee3d Mon Sep 17 00:00:00 2001 From: raulmateos Date: Thu, 29 Jun 2006 16:57:28 +0000 Subject: [PATCH] -Update positon in agents group view datails (Pandora Console) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@60 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/include/styles/tip.css | 7 +++++-- pandora_console/operation/agentes/estado_grupo.php | 6 ++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pandora_console/include/styles/tip.css b/pandora_console/include/styles/tip.css index a4266a12bf..b5ece73d10 100644 --- a/pandora_console/include/styles/tip.css +++ b/pandora_console/include/styles/tip.css @@ -1,6 +1,9 @@ a.tip {cursor: help; position: relative; text-decoration: none; background:url(../../images/help.gif) no-repeat; padding: 5px 2px 5px 12px;} a.tip2 {cursor: help; position: relative; text-decoration: none; background:url(../../images/help.gif) no-repeat; padding: 2px 2px 2px 12px;} +a.info {position: relative; text-decoration: none; padding: 25px 0px 0px -20px;} a.tip:hover {text-decoration: none; background-color: #f5f5f5;} a.tip2:hover {text-decoration: none; background-color: #778866;} -a.tip span, a.tip2 span {display: none;} -a.tip:hover span, a.tip2:hover span {display: block; text-decoration: none; position: absolute; z-index: 3; top:20px; left:6px; width: 150px; border: 1px solid #708090; background-color: #d4ddc6; color: #000; padding: 2px;} \ No newline at end of file +a.info:hover {text-decoration: none;} +a.tip span, a.tip2 span, a.info span {display: none;} +a.tip:hover span, a.tip2:hover span, a.info:hover span {display: block; text-decoration: none; position: absolute; z-index: 3; top:20px; left:6px; width: 150px; border: 1px solid #708090; background-color: #d4ddc6; color: #000; padding: 2px;} +a.info:hover span {top:45px; left:20px; width: 140px;} \ No newline at end of file diff --git a/pandora_console/operation/agentes/estado_grupo.php b/pandora_console/operation/agentes/estado_grupo.php index 9412b7962c..73a4b17e14 100644 --- a/pandora_console/operation/agentes/estado_grupo.php +++ b/pandora_console/operation/agentes/estado_grupo.php @@ -126,7 +126,7 @@ echo "
"; $icono_type=$icono_type.""; } - $celda = "  + $celda = "
".$lang_label["agents"].":
".$grupo[$real_count]["agent"]."
@@ -135,9 +135,7 @@ echo "
"; ".$lang_label["ok"].": ".$grupo[$real_count]["ok"]." ".$lang_label["down"].": ".$grupo[$real_count]["down"]." ".$lang_label["fail"].": ".$grupo[$real_count]["bad"]." -
"; - - $celda = "".$celda."

".$icono_type."

".$group_name.""; +

".$icono_type."

".$group_name.""; echo $celda; }