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…
Reference in New Issue