Merge branch 'ent-12716-eliminar-opcion-manage-filter-para-users-sin-privilegios' into 'develop'
Ent 12716 Eliminar opción manage filter para users sin privilegios See merge request artica/pandorafms!6823
This commit is contained in:
commit
47fa090b1a
|
@ -1061,19 +1061,20 @@ $buttons .= html_print_button(
|
|||
],
|
||||
true
|
||||
);
|
||||
|
||||
$buttons .= html_print_button(
|
||||
__('Manage filter'),
|
||||
'save-filter',
|
||||
false,
|
||||
'',
|
||||
[
|
||||
'icon' => 'wand',
|
||||
'mode' => 'mini secondary',
|
||||
'class' => 'float-left margin-right-2 sub wand',
|
||||
],
|
||||
true
|
||||
);
|
||||
if (check_acl($config['id_user'], 0, 'AW')) {
|
||||
$buttons .= html_print_button(
|
||||
__('Manage filter'),
|
||||
'save-filter',
|
||||
false,
|
||||
'',
|
||||
[
|
||||
'icon' => 'wand',
|
||||
'mode' => 'mini secondary',
|
||||
'class' => 'float-left margin-right-2 sub wand',
|
||||
],
|
||||
true
|
||||
);
|
||||
}
|
||||
|
||||
$filters .= html_print_div(
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue