Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/pandorafms/pandorafms in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
fermin831 committed Jul 1, 2015
2 parents 19307d8 + 86010c8 commit b6e77bb
Show file tree
Hide file tree
Showing 8 changed files with 59,628 additions and 29,470 deletions.
Binary file modified pandora_console/include/languages/es.mo
Binary file not shown.
48,773 changes: 31,966 additions & 16,807 deletions pandora_console/include/languages/es.po

Large diffs are not rendered by default.

40,285 changes: 27,652 additions & 12,633 deletions pandora_console/include/languages/index.pot

Large diffs are not rendered by default.

Binary file modified pandora_console/include/languages/zh_CN.mo
Binary file not shown.
1 change: 0 additions & 1 deletion pandora_console/include/styles/pandora.css
Expand Up @@ -1380,7 +1380,6 @@ table.databox {
-webkit-border-radius: 0px;
border-radius: 0px;
border: 0px none #E2E2E2;

}

.databox th {
Expand Down
5 changes: 0 additions & 5 deletions pandora_console/operation/agentes/alerts_status.php
Expand Up @@ -392,11 +392,6 @@
$table->class = "databox data";
$table->cellpadding = '0';
$table->cellspacing = '0';
if(defined('METACONSOLE')) {
$table->class = "databox";
$table->cellpadding = '0';
$table->cellspacing = '0';
}
$table->size = array ();
$table->head = array ();
$table->align = array ();
Expand Down
29 changes: 9 additions & 20 deletions pandora_console/operation/agentes/status_monitor.php
Expand Up @@ -408,20 +408,14 @@
if ($key_group_all !== false)
unset($groups_select[$key_group_all]);
}
if(defined("METACONSOLE")) {
$table->style[0] = 'vertical-align:middle; font-weight: bold;';
$table->style[1] = 'vertical-align:middle; font-weight: bold;';
$table->style[2] = 'vertical-align:middle; font-weight: bold;';
$table->style[3] = 'vertical-align:middle; font-weight: bold;';
$table->style[4] = 'vertical-align:middle; font-weight: bold;';
}
else {
$table->style[0] = 'font-weight: bold;';
$table->style[1] = 'font-weight: bold;';
$table->style[2] = 'font-weight: bold;';
$table->style[3] = 'font-weight: bold;';
$table->style[4] = 'font-weight: bold;';
}


$table->style[0] = 'font-weight: bold;';
$table->style[1] = 'font-weight: bold;';
$table->style[2] = 'font-weight: bold;';
$table->style[3] = 'font-weight: bold;';
$table->style[4] = 'font-weight: bold;';

$table->data[0][0] = __('Group');

$table->data[0][1] = html_print_select_groups($config['id_user'], "AR", true, "ag_group",
Expand Down Expand Up @@ -496,6 +490,7 @@
$table_custom_fields = new stdClass();
$table_custom_fields->class = 'filters';
$table_custom_fields->width = '100%';

if (defined('METACONSOLE')) {
$table_custom_fields->width = '100%';
$table_custom_fields->class = 'filters';
Expand Down Expand Up @@ -908,12 +903,6 @@
$table->cellspacing = 0;
$table->width = "100%";
$table->class = "databox data";
if(defined('METACONSOLE')) {
$table->width = "100%";
$table->cellpadding = '0';
$table->cellspacing = '0';
$table->class = "databox";
}
$table->head = array ();
$table->data = array ();
$table->size = array ();
Expand Down
5 changes: 1 addition & 4 deletions pandora_console/operation/events/events.build_table.php
Expand Up @@ -21,10 +21,7 @@
$table->cellpadding = 4;
$table->cellspacing = 4;
if(!isset($table->class)) {
if (defined("METACONSOLE"))
$table->class = "databox";
else
$table->class = "databox data";
$table->class = "databox data";
}
$table->head = array ();
$table->data = array ();
Expand Down

0 comments on commit b6e77bb

Please sign in to comment.