10454-Events

This commit is contained in:
Pablo Aragon 2023-02-27 10:12:42 +01:00
parent 9acc4aeec4
commit 936c9bcafb
1 changed files with 2 additions and 2 deletions

View File

@ -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',
];
}