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',
|
||||
'text' => __('Load filter'),
|
||||
'onclick' => '',
|
||||
'icon' => 'search',
|
||||
'icon' => 'load',
|
||||
];
|
||||
|
||||
if ($event_w === true || $event_m === true) {
|
||||
@ -1844,7 +1844,7 @@ if ($event_w === true || $event_m === true) {
|
||||
'class' => 'margin-right-2',
|
||||
'text' => __('Save filter'),
|
||||
'onclick' => '',
|
||||
'icon' => 'search',
|
||||
'icon' => 'save',
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user