diff --git a/pandora_console/godmode/reporting/reporting_builder.php b/pandora_console/godmode/reporting/reporting_builder.php index 9d42914034..3296154cf9 100755 --- a/pandora_console/godmode/reporting/reporting_builder.php +++ b/pandora_console/godmode/reporting/reporting_builder.php @@ -938,7 +938,7 @@ switch ($action) { $table->head[$next] = __('Private'); $table->headstyle[$next] = 'min-width: 40px;text-align: left;'; $table->size[$next] = '2%'; - if (defined('METACONSOLE')) { + if (is_metaconsole() === true) { $table->align[$next] = ''; } else { $table->align[$next] = 'left'; @@ -952,7 +952,7 @@ switch ($action) { $next++; $op_column = false; - if (!defined('METACONSOLE')) { + if (is_metaconsole() === false) { $op_column = true; $table->head[$next] = ''.__('Op.').''.html_print_checkbox( 'all_delete', @@ -967,6 +967,8 @@ switch ($action) { // $table->size = array (); $table->size[$next] = '10%'; $table->align[$next] = 'right'; + } else { + $table->size[1] = '40%'; } $columnview = false; @@ -1266,7 +1268,7 @@ switch ($action) { || check_acl($config['id_user'], 0, 'RM') ) { echo '