2013-04-17 Sergio Martin <sergio.martin@artica.es>

* include/styles/pandora.css
	operation/agentes/ver_agente.php
	images/network_small.png
	images/agent_sync.png
	images/module_sync.png
	images/network_mc.png
	images/group_sync.png
	images/database_mc.png
	images/tag_sync.png
	images/alerts_template.png
	images/alerts_command.png
	images/alerts_sync.png
	images/gm_tag.png
	images/gm_agent.png
	images/users_sync.png
	images/groups_small/email.png
	images/groups_small/mail.png
	images/gm_category.png
	images/policies_queue.png
	images/alerts_action.png: Several aesthetic changes



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7998 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2013-04-17 08:21:22 +00:00
parent cda074b7eb
commit 032c8b25e1
21 changed files with 42 additions and 8 deletions

View File

@ -1,3 +1,26 @@
2013-04-17 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css
operation/agentes/ver_agente.php
images/network_small.png
images/agent_sync.png
images/module_sync.png
images/network_mc.png
images/group_sync.png
images/database_mc.png
images/tag_sync.png
images/alerts_template.png
images/alerts_command.png
images/alerts_sync.png
images/gm_tag.png
images/gm_agent.png
images/users_sync.png
images/groups_small/email.png
images/groups_small/mail.png
images/gm_category.png
images/policies_queue.png
images/alerts_action.png: Several aesthetic changes
2013-04-16 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/alerts_status.php: fixed the PHP warnings and

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -84,8 +84,13 @@ textarea.conf_error {
background-repeat: no-repeat;
background-position: top right;
}
input, select {
input {
padding: 2px 3px 4px 3px;
vertical-align: middle;
}
select {
padding: 2px 3px 3px 3px;
vertical-align: middle;
}
input.button {
font-family: Arial,Sans-serif;
@ -1169,6 +1174,12 @@ div.title_line {
background: #db6351;
border-top: none;
}
#menu_tab li.nomn, #menu_tab li {
width: 30px;
height: 28px;
}
/* TAB TITLE */
#menu_tab_left {
margin-left: 0px !important;
@ -2062,18 +2073,13 @@ div.cellBig {
.info_box {
background: #FFF;
margin: 10px auto;
margin: 10px auto !important;
padding: 0px 5px 5px 10px;
border: 3px solid #D1D1D1;
width: 85% !important;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*
-moz-box-shadow: 0px 2px 2px #010E1B !important;
-webkit-box-shadow: 0px 2px 2px #010E1B !important;
box-shadow: 0px 2px 2px #010E1B !important;
*/
}
.info_box .title * {
@ -2367,6 +2373,11 @@ a.tip {
cursor: help;
}
a.tip>img {
vertical-align: top !important;
margin-left: 2px;
}
input.search_input {
background: white url('../../images/input_zoom.png') no-repeat right;
padding: 0px;

View File

@ -764,7 +764,7 @@ if ($config['integria_enabled'] == 0 and $total_incidents > 0) {
/* Url address tab */
if ($agent['url_address'] != '') {
$urladdresstab['text'] = '<a href="index.php?sec=gagente&amp;sec2=operation/agentes/ver_agente&tab=url_address&id_agente='.$id_agente.'">'
. html_print_image ("images/link2.png", true, array ("title" =>__('Url address')))
. html_print_image ("images/link.png", true, array ("title" =>__('Url address')))
. '</a>';
}
if ($tab == 'url_address')