mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
10454-Events
This commit is contained in:
parent
9acc4aeec4
commit
936c9bcafb
@ -1835,7 +1835,7 @@ $buttons[] = [
|
|||||||
'class' => 'float-left margin-right-2',
|
'class' => 'float-left margin-right-2',
|
||||||
'text' => __('Load filter'),
|
'text' => __('Load filter'),
|
||||||
'onclick' => '',
|
'onclick' => '',
|
||||||
'icon' => 'search',
|
'icon' => 'load',
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($event_w === true || $event_m === true) {
|
if ($event_w === true || $event_m === true) {
|
||||||
@ -1844,7 +1844,7 @@ if ($event_w === true || $event_m === true) {
|
|||||||
'class' => 'margin-right-2',
|
'class' => 'margin-right-2',
|
||||||
'text' => __('Save filter'),
|
'text' => __('Save filter'),
|
||||||
'onclick' => '',
|
'onclick' => '',
|
||||||
'icon' => 'search',
|
'icon' => 'save',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user