2014-06-02 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css include/styles/dialog.css include/functions_events.php operation/agentes/group_view.php images/data.png images/network.png images/tab_green_bg.png images/database.png images/os_icons/so_other.png images/os_icons/so_mac_small.png images/os_icons/so_mac.png images/os_icons/so_other_small.png images/tab_grey_bg.png images/network.disabled.png images/plugin.png images/chart_curve.png images/header_blackout.png images/eye.png general/logon_ok.php: A bunch of aesthetic changes like table header colors, new icons, etc. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10079 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
|
@ -32,6 +32,29 @@
|
|||
|
||||
* godmode/servers/manage_recontask_form.php: fixed PHP warning.
|
||||
|
||||
2014-06-02 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/styles/pandora.css
|
||||
include/styles/dialog.css
|
||||
include/functions_events.php
|
||||
operation/agentes/group_view.php
|
||||
images/data.png
|
||||
images/network.png
|
||||
images/tab_green_bg.png
|
||||
images/database.png
|
||||
images/os_icons/so_other.png
|
||||
images/os_icons/so_mac_small.png
|
||||
images/os_icons/so_mac.png
|
||||
images/os_icons/so_other_small.png
|
||||
images/tab_grey_bg.png
|
||||
images/network.disabled.png
|
||||
images/plugin.png
|
||||
images/chart_curve.png
|
||||
images/header_blackout.png
|
||||
images/eye.png
|
||||
general/logon_ok.php: A bunch of aesthetic changes
|
||||
like table header colors, new icons, etc.
|
||||
|
||||
2014-06-02 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/styles/pandora.css: Change the zindex of autohidden
|
||||
|
|
|
@ -142,7 +142,7 @@ echo '<div style="width:50%; float:left;" id="leftcolumn">';
|
|||
$data[0] = '<strong>' . $session_id_usuario . '</strong>';
|
||||
$data[1] = ui_print_session_action_icon ($session['accion'], true);
|
||||
$data[2] = $session['accion'];
|
||||
$data[3] = ui_print_help_tip($session['fecha'], true) . human_time_comparation($session['utimestamp']);
|
||||
$data[3] = ui_print_help_tip($session['fecha'], true) . human_time_comparation($session['utimestamp'], 'tiny');
|
||||
$data[4] = $session_ip_origen;
|
||||
$data[5] = io_safe_output ($session['descripcion']);
|
||||
|
||||
|
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 590 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 528 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 2.4 KiB |
|
@ -765,7 +765,7 @@ function events_print_event_table ($filter = "", $limit = 10, $width = 440, $ret
|
|||
$table->align = array ();
|
||||
$table->style[0] = $table->style[1] = $table->style[2] = 'width:25px; background: #E8E8E8;';
|
||||
if ($agent_id == 0) {
|
||||
$table->style[3] = 'width:120px; word-break: break-all;';
|
||||
$table->style[3] = 'word-break: break-all;';
|
||||
}
|
||||
$table->style[4] = 'width:120px; word-break: break-all;';
|
||||
|
||||
|
|
|
@ -260,7 +260,7 @@
|
|||
.ui-dialog .ui-button-dialog {
|
||||
background: #F6F6F6;
|
||||
border: 1px solid #CCCCCC;
|
||||
color: #696969 !important;
|
||||
color: #696969;
|
||||
font-weight: bold;
|
||||
outline: medium none;
|
||||
cursor: pointer;
|
||||
|
|
|
@ -505,429 +505,104 @@ input.datos_readonly {
|
|||
|
||||
input.sub {
|
||||
font-weight: bold;
|
||||
/*
|
||||
border-bottom-color: #708090;
|
||||
border-right-color: #708090;*/
|
||||
border-bottom-color: #BBB;
|
||||
border-right-color: #BBB;
|
||||
border-left-color: #BBB;
|
||||
/* These borders haven't made it yet in a valid standard
|
||||
First one is for Mozilla, second for Webkit (Safari, Konqueror), third one for IE7+ and valid CSS3.
|
||||
Percentage values are invalid here but .6em seems big enough */
|
||||
-moz-border-radius: .4em;
|
||||
-webkit-border-radius: .4em;
|
||||
border-radius: .4em;
|
||||
|
||||
/*
|
||||
-moz-box-shadow: inset 1px 1px 1px #CCC !important;
|
||||
-webkit-box-shadow: inset 1px 1px 1px #CCC !important;
|
||||
box-shadow: inset 1px 1px 1px #CCC !important;*/
|
||||
|
||||
-moz-box-shadow: inset -1px -1px 1px #CCC !important;
|
||||
-webkit-box-shadow: inset -1px -1px 1px #CCC !important;
|
||||
box-shadow: inset -1px -1px 1px #CCC !important;
|
||||
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
|
||||
font-size: 8pt;
|
||||
background-color: #e5e5e5 !important;
|
||||
color: #7f7f7f;
|
||||
|
||||
background-color: #333 !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: 92% 5px !important;
|
||||
|
||||
color: white !important;
|
||||
padding: 3px 3px 3px 9px;
|
||||
|
||||
/* navegadores sin soporte */
|
||||
background: white !important;
|
||||
/* Safari 4-5, Chrome 1-9
|
||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#c4c4c4)) !important;*/
|
||||
/* Safari 5.1+, Chrome 10+
|
||||
background: -webkit-linear-gradient(top, white, #c4c4c4) !important;*/
|
||||
/* Firefox 3.6+
|
||||
background: -moz-linear-gradient(top, white, #c4c4c4) !important;*/
|
||||
/* Opera 11.10+
|
||||
background: -o-linear-background(top, white, #c4c4c4) !important;*/
|
||||
/* IE 10
|
||||
background: -ms-linear-background(top, white, #c4c4c4) !important;*/
|
||||
/* estándar
|
||||
background: linear-background(top, white, #c4c4c4) !important;*/
|
||||
border-color: #333;
|
||||
}
|
||||
|
||||
input.sub[disabled] {
|
||||
color: #aaa;
|
||||
color: #B4B4B4 !important;
|
||||
background-color: #F3F3F3 !important;
|
||||
border-color: #B6B6B6;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
input.next, input.next_login, input.upd, input.ok, input.wand, input.delete, input.cog,
|
||||
input.target, input.search, input.copy, input.add, input.graph,
|
||||
input.percentile, input.binary, input.camera, input.config,
|
||||
input.cancel, input.default, input.filter, input.pdf {
|
||||
padding-right: 26px;
|
||||
padding-right: 30px;
|
||||
height: 23px;
|
||||
|
||||
}
|
||||
|
||||
input.next {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_go.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_go.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_go.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_go.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_go.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_go.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_go.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
}
|
||||
input.next_login {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_go.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_go.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_go.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_go.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_go.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_go.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_go.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
input.next, input.next_login {
|
||||
background-image: url(../../images/input_go.png) !important;
|
||||
}
|
||||
input.upd {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_update.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_update.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_update.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_update.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_update.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_update.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_update.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_update.png) !important;
|
||||
}
|
||||
|
||||
input.wand {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_wand.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_wand.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_wand.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_wand.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_wand.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_wand.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_wand.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_wand.png) !important;
|
||||
}
|
||||
input.wand:disabled {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_wand.disabled.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_wand.disabled.png) !important;
|
||||
}
|
||||
input.search {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_zoom.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_zoom.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_zoom.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_zoom.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_zoom.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_zoom.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_zoom.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_zoom.png) !important;
|
||||
}
|
||||
input.search:disabled {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_zoom.disabled.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_zoom.disabled.png) !important;
|
||||
}
|
||||
input.ok {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_tick.png) no-repeat 95% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_tick.png) no-repeat 95% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_tick.png) no-repeat 95% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_tick.png) no-repeat 95% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_tick.png) no-repeat 95% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_tick.png) no-repeat 95% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_tick.png) no-repeat 95% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_tick.png) !important;
|
||||
}
|
||||
input.ok:disabled {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_tick.disabled.png) no-repeat 95% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_tick.disabled.png) !important;
|
||||
}
|
||||
input.add {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_add.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_add.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_add.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_add.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_add.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_add.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_add.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_add.png) !important;
|
||||
}
|
||||
input.add:disabled {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_add.disabled.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_add.disabled.png) !important;
|
||||
}
|
||||
input.cancel {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_cross.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_cross.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_cross.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_cross.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_cross.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_cross.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_cross.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_cross.png) !important;
|
||||
}
|
||||
input.cancel:disabled {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_cross.disabled.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_cross.disabled.png) !important;
|
||||
}
|
||||
input.delete {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_delete.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_delete.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_delete.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_delete.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_delete.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_delete.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_delete.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_delete.png) !important;
|
||||
}
|
||||
input.delete:disabled {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_delete.disabled.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_delete.disabled.png) !important;
|
||||
}
|
||||
input.cog {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_cog.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_cog.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_cog.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_cog.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_cog.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_cog.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_cog.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_cog.png) !important;
|
||||
}
|
||||
input.cog:disabled {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_cog.disabled.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_cog.disabled.png) !important;
|
||||
}
|
||||
input.config {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_config.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_config.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_config.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_config.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_config.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_config.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_config.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_config.png) !important;
|
||||
}
|
||||
input.config:disabled {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_config.disabled.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_config.disabled.png) !important;
|
||||
}
|
||||
input.filter {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_filter.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_filter.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_filter.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_filter.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_filter.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_filter.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_filter.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_filter.png) !important;
|
||||
}
|
||||
input.filter:disabled {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_filter.disabled.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_filter.disabled.png) !important;
|
||||
}
|
||||
input.pdf {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_pdf.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_pdf.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_pdf.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_pdf.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_pdf.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_pdf.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_pdf.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_pdf.png) !important;
|
||||
}
|
||||
input.pdf:disabled {
|
||||
/* Browser without multibackground support */
|
||||
background: #efefef url(../../images/input_pdf.disabled.png) no-repeat 96% 3px !important;
|
||||
/* Safari 4-5, Chrome 1-9 */
|
||||
background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
|
||||
/* Safari 5.1+, Chrome 10+ */
|
||||
background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Firefox 3.6+ */
|
||||
background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
|
||||
/* Opera 11.10+ */
|
||||
background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* IE 10 */
|
||||
background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
/* estándar */
|
||||
background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
|
||||
background-image: url(../../images/input_pdf.disabled.png) !important;
|
||||
}
|
||||
#toolbox #auto_save {
|
||||
padding-top: 5px;
|
||||
|
@ -1032,9 +707,13 @@ table, img {
|
|||
border: 0px;
|
||||
}
|
||||
|
||||
tr:first-child>th {
|
||||
background-color: #373737;
|
||||
}
|
||||
|
||||
th {
|
||||
color: #fff;
|
||||
background-color: #B1B1B1;
|
||||
background-color: #666;
|
||||
text-align:center;
|
||||
font-size: 7pt;
|
||||
}
|
||||
|
@ -1068,14 +747,15 @@ td input[type=checkbox]
|
|||
}
|
||||
|
||||
td.datos3, td.datos3 * {
|
||||
background-color: #b1b1b1;
|
||||
background-color: #666;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
td.datos4 {
|
||||
td.datos4, td.datos4 * {
|
||||
/*Add !important because in php the function html_print_table write style in cell and this is style head.*/
|
||||
text-align: center !important;
|
||||
background-color: #b1b1b1;
|
||||
background-color: #666;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
td.datos_id {
|
||||
|
@ -1243,7 +923,6 @@ a.mn, .gr {
|
|||
}
|
||||
div.nf {
|
||||
background: url(../../images/info.png) no-repeat scroll 0 50% transparent;
|
||||
color: #ac4444;
|
||||
margin-left: 7px;
|
||||
padding: 8px 1px 6px 25px;
|
||||
}
|
||||
|
@ -1269,7 +948,7 @@ div.title_line {
|
|||
|
||||
#menu_tab_frame, #menu_tab_frame_view {
|
||||
display: block !important;
|
||||
border-bottom:1px solid #B1B1B1;
|
||||
border-bottom:1px solid #666;
|
||||
/* float:left; */
|
||||
margin-left:-8px;
|
||||
min-height:25px;
|
||||
|
@ -1317,7 +996,7 @@ div.title_line {
|
|||
}
|
||||
|
||||
#menu_tab li.tab_godmode a, #menu_tab a.tab_godmode {
|
||||
background: #ababab url('../../images/tab_grey_bg.png');
|
||||
background: #666;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
min-height: 23px;
|
||||
|
@ -1330,7 +1009,7 @@ div.title_line {
|
|||
|
||||
|
||||
#menu_tab li.tab_operation a, #menu_tab a.tab_operation {
|
||||
background: #6ba532 url('../../images/tab_green_bg.png');
|
||||
background: #6ba532;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
min-height: 23px;
|
||||
|
@ -1414,7 +1093,7 @@ div.title_line {
|
|||
}
|
||||
|
||||
#menu_tab_left ul.mn li.view {
|
||||
background: #6db431 url('../../images/tab_green_bg.png');
|
||||
background: #6db431;
|
||||
max-width: 450px;
|
||||
min-width: 300px;
|
||||
padding: 2px 5px 0px;
|
||||
|
@ -1431,7 +1110,7 @@ div.title_line {
|
|||
}
|
||||
|
||||
#menu_tab_left ul.mn li.nomn {
|
||||
background: #ababab url('../../images/tab_grey_bg.png');
|
||||
background: #666;
|
||||
width: 450px;
|
||||
min-width: 300px;
|
||||
padding: 1px 5px;
|
||||
|
@ -1576,7 +1255,7 @@ table.databox {
|
|||
}
|
||||
|
||||
.tabletitle {
|
||||
background: url(../../images/header_blackout.png) no-repeat;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.tactical_set legend{
|
||||
|
@ -2071,7 +1750,6 @@ a.autorefresh {
|
|||
}
|
||||
div.warn {
|
||||
background: url(../../images/info.png) no-repeat;
|
||||
color: #ac4444;
|
||||
margin-top: 7px;
|
||||
padding: 2px 1px 6px 25px;
|
||||
}
|
||||
|
@ -2116,7 +1794,6 @@ div#head {
|
|||
width: auto;
|
||||
height: auto;
|
||||
background-color: #333;
|
||||
background-image: url(../../images/header_blackout.png);
|
||||
height: 47px;
|
||||
min-width: 882px;
|
||||
color: white;
|
||||
|
@ -2332,8 +2009,8 @@ tr.group_view_crit, .group_view_crit {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
tr.group_view_norm, .group_view_norm {
|
||||
background-color: #ffffff;
|
||||
tr.group_view_norm, .group_view_norm, tr.group_view_normal, .group_view_normal {
|
||||
#background-color: #ffffff;
|
||||
}
|
||||
tr.group_view_ok, .group_view_ok {
|
||||
background-color: #6EB432;
|
||||
|
@ -2481,9 +2158,9 @@ li.links a:hover {
|
|||
input#text-id_parent.ac_input, input, textarea, select {
|
||||
background-color: #ffffff !important;
|
||||
border: 1px solid #cbcbcb;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
span#plugin_description {
|
||||
|
@ -2666,15 +2343,24 @@ DIV.forced_title_layer {
|
|||
position: absolute;
|
||||
z-index: 100000;
|
||||
border: 1px solid #708090;
|
||||
background-color: #333;
|
||||
color: #DDD;
|
||||
padding: 4px;
|
||||
background-color: #666;
|
||||
color: #FFF;
|
||||
padding: 6px 10px;
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
font-size: 10px;
|
||||
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
/* IE 8 */
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)";
|
||||
|
||||
/* Netscape */
|
||||
-moz-opacity: 0.9;
|
||||
|
||||
opacity: 0.9;
|
||||
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* Graphs styles */
|
||||
|
@ -2906,7 +2592,6 @@ td.empty_field {
|
|||
|
||||
#shortcut_bar {
|
||||
background-color: #333;
|
||||
background-image: url(../../images/header_blackout.png);
|
||||
border-top: 1px solid #808080;
|
||||
border-right: 1px solid #808080;
|
||||
border-top-right-radius: 5px;
|
||||
|
@ -2930,4 +2615,4 @@ td.empty_field {
|
|||
color: #eee;
|
||||
font-weight: bold;
|
||||
font-size: 9pt;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -95,15 +95,15 @@ if (count($agents) > 0) {
|
|||
echo "<tr>";
|
||||
echo "<th style='width: 26px;'>" . __("Force") . "</th>";
|
||||
//echo "<th style='width: 26px;'>" . __("Status") . "</th>";
|
||||
echo "<th width='30%'>" . __("Group") . "</th>";
|
||||
echo "<th width='10%'>" . __("Agents") . "</th>";
|
||||
echo "<th width='10%'>" . __("Agent unknown") . "</th>";
|
||||
echo "<th width='10%'>" . __("Unknown") . "</th>";
|
||||
echo "<th width='10%'>" . __("Not Init") . "</th>";
|
||||
echo "<th width='10%'>" . __("Normal") . "</th>";
|
||||
echo "<th width='10%'>" . __("Warning") . "</th>";
|
||||
echo "<th width='10%'>" . __("Critical") . "</th>";
|
||||
echo "<th width='10%'>" . __("Alert fired") . "</th>";
|
||||
echo "<th width='30%' style='min-width: 60px;'>" . __("Group") . "</th>";
|
||||
echo "<th width='10%' style='min-width: 60px;'>" . __("Agents") . "</th>";
|
||||
echo "<th width='10%' style='min-width: 60px;'>" . __("Agent unknown") . "</th>";
|
||||
echo "<th width='10%' style='min-width: 60px;'>" . __("Unknown") . "</th>";
|
||||
echo "<th width='10%' style='min-width: 60px;'>" . __("Not Init") . "</th>";
|
||||
echo "<th width='10%' style='min-width: 60px;'>" . __("Normal") . "</th>";
|
||||
echo "<th width='10%' style='min-width: 60px;'>" . __("Warning") . "</th>";
|
||||
echo "<th width='10%' style='min-width: 60px;'>" . __("Critical") . "</th>";
|
||||
echo "<th width='10%' style='min-width: 60px;'>" . __("Alert fired") . "</th>";
|
||||
|
||||
$printed_groups = array();
|
||||
|
||||
|
|