diff --git a/extras/chrome_extension/css/popup.css b/extras/chrome_extension/css/popup.css index 9bbde01049..22af44744d 100644 --- a/extras/chrome_extension/css/popup.css +++ b/extras/chrome_extension/css/popup.css @@ -5,7 +5,7 @@ body { font-family:Tahoma, Geneva, Arial; font-size:10pt; } -h1 { font-weight: bold; font-size:16px; margin:2px 0px 2px 0px; color:#0068C4; font-family:arial } +h1 { font-weight: bold; font-size:16px; margin:2px 0px 2px 0px; color:#237948; font-family:arial } h2{ color : blue; } @@ -15,9 +15,9 @@ p font-size:20px; } -a { color: #035BAC; text-decoration:none; } +a { color: #254533; text-decoration:none; } a:hover { text-decoration:underline; } -a:visited { color: #035BAC; text-decoration:none; } +a:visited { color: #254533; text-decoration:none; } a:visited:hover { text-decoration:underline; } span.res { font-size:80%; color:#555; } diff --git a/extras/chrome_extension/notification.html b/extras/chrome_extension/notification.html index 6510ab5afc..adb84e5624 100644 --- a/extras/chrome_extension/notification.html +++ b/extras/chrome_extension/notification.html @@ -5,11 +5,11 @@ Wicket Alert diff --git a/extras/chrome_extension/popup.html b/extras/chrome_extension/popup.html index fc72cbbc54..d8dfcb6784 100644 --- a/extras/chrome_extension/popup.html +++ b/extras/chrome_extension/popup.html @@ -93,6 +93,17 @@ eve_title.appendChild(img); var a = document.createElement('a'); var temp_style; + + var agent_url; + if(allEvents[i][1]==""){; + agent_url=localStorage["ip_address"]+"/index.php?sec=eventos&sec2=operation/events/events" ; + }else{ + agent_url=localStorage["ip_address"]+"/index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente="+allEvents[i][1]; + } + a.setAttribute("href",agent_url); + a.target="_blank"; + + a.innerText = allEvents[i][6]; if(i