Added the monitor filter to the strict ACL users

This commit is contained in:
Alejandro Gallardo Escobar 2015-03-12 15:04:12 +01:00
parent acb37f591c
commit 28c9f19320

View File

@ -153,7 +153,6 @@ $table->rowspan[][count($row)-1] = 2;
$table->data[] = $row; $table->data[] = $row;
if (!$strict_acl) {
// Module filter // Module filter
$module_status_arr = array(); $module_status_arr = array();
$module_status_arr[-1] = __('All'); //default $module_status_arr[-1] = __('All'); //default
@ -173,7 +172,6 @@ if (!$strict_acl) {
$row[] = html_print_input_text("search_module", $search_module, '', 40, 30, true); $row[] = html_print_input_text("search_module", $search_module, '', 40, 30, true);
$table->data[] = $row; $table->data[] = $row;
}
if (defined('METACONSOLE')) { if (defined('METACONSOLE')) {
$table->width = "96%"; $table->width = "96%";