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:
commit
1f7bd56f6d
|
@ -210,6 +210,17 @@ class CalendarManager
|
||||||
|
|
||||||
if ($op === 'edit' && $action === '') {
|
if ($op === 'edit' && $action === '') {
|
||||||
$tab = 'list_edit';
|
$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;
|
$buttons[$tab]['active'] = true;
|
||||||
|
|
Loading…
Reference in New Issue