Merge branch 'ent-13187-bug-visual-special-days' into 'develop'

Ent 13187 bug visual special days

See merge request artica/pandorafms!7211
This commit is contained in:
Diego Muñoz-Reja 2024-04-17 08:03:27 +00:00
commit 1f7bd56f6d
1 changed files with 11 additions and 0 deletions

View File

@ -210,6 +210,17 @@ class CalendarManager
if ($op === 'edit' && $action === '') {
$tab = 'list_edit';
$buttons['list_edit'] = [
'active' => false,
'text' => '<a href="'.ui_get_full_url($this->url.'&tab_calendar=list&op=edit').'">'.html_print_image(
'images/edit.svg',
true,
[
'title' => __('Edit calendar'),
'class' => 'main_menu_icon invert_filter',
]
).'</a>',
];
}
$buttons[$tab]['active'] = true;