mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
minor change
This commit is contained in:
parent
d551678d95
commit
ce57a3cc4b
@ -1816,9 +1816,7 @@ if (check_login()) {
|
|||||||
|
|
||||||
if ($save_filter_modal) {
|
if ($save_filter_modal) {
|
||||||
echo '<div id="save-filter-select">';
|
echo '<div id="save-filter-select">';
|
||||||
if (check_acl($config['id_user'], 0, 'EW')
|
if (check_acl($config['id_user'], 0, 'AW')) {
|
||||||
|| check_acl($config['id_user'], 0, 'EM')
|
|
||||||
) {
|
|
||||||
echo '<div id="#info_box"></div>';
|
echo '<div id="#info_box"></div>';
|
||||||
$table = new StdClass;
|
$table = new StdClass;
|
||||||
$table->id = 'save_filter_form';
|
$table->id = 'save_filter_form';
|
||||||
@ -1870,7 +1868,7 @@ if (check_login()) {
|
|||||||
|
|
||||||
$user_groups_array = users_get_groups_for_select(
|
$user_groups_array = users_get_groups_for_select(
|
||||||
$config['id_user'],
|
$config['id_user'],
|
||||||
'EW',
|
'AW',
|
||||||
users_can_manage_group_all(),
|
users_can_manage_group_all(),
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user