mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Added the monitor filter to the strict ACL users
This commit is contained in:
parent
acb37f591c
commit
28c9f19320
@ -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%";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user