diff --git a/pandora_console/godmode/alerts/alert_templates.php b/pandora_console/godmode/alerts/alert_templates.php index 352f9d5408..9720837178 100644 --- a/pandora_console/godmode/alerts/alert_templates.php +++ b/pandora_console/godmode/alerts/alert_templates.php @@ -232,8 +232,11 @@ $search_type = (string) get_parameter ('search_type'); $table->width = '98%'; if (defined("METACONSOLE")){ - $table->width = '50%'; - $table->class = 'databox_filters'; + $table->width = '96%'; + $table->class = 'databox_filters'; + $table->cellspacing = 0; + $table->cellpadding = 0; + } $table->data = array (); $table->head = array (); diff --git a/pandora_console/godmode/reporting/reporting_builder.list_items.php b/pandora_console/godmode/reporting/reporting_builder.list_items.php index 27c3547b6e..249813dbb9 100644 --- a/pandora_console/godmode/reporting/reporting_builder.list_items.php +++ b/pandora_console/godmode/reporting/reporting_builder.list_items.php @@ -148,36 +148,49 @@ if (!defined("METACONSOLE")) array("title" => __('Toggle filter(s)'), "id" => 'image_form_filter')) . ''; -$table = null; -$table->width = '100%'; -$table->data[0][0] = __('Agents'); -$table->data[0][1] = html_print_select($agents, 'agent_filter', $agentFilter, '', __('All'), 0, true); -$table->data[0][2] = __('Modules'); -$table->data[0][3] = html_print_select($modules, 'module_filter', $moduleFilter, '', __('All'), 0, true); -$table->data[1][0] = __('Type'); -$table->data[1][1] = html_print_select($types, 'type_filter', $typeFilter, '', __('All'), 0, true); -$table->data[1][2] = $table->data[1][3] = ''; - if (!defined("METACONSOLE")){ - echo '