mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix some more missing images in calendar
This commit is contained in:
parent
db1aef1780
commit
5d1ccb55a0
@ -707,7 +707,7 @@ abstract class Ajax extends Api\Framework
|
||||
}
|
||||
|
||||
$var = array();
|
||||
$var['icon_or_star'] = $GLOBALS['egw_info']['server']['webserver_url'] . $this->template_dir.'/images/bullet.svg';
|
||||
$var['icon_or_star'] = Api\Image::find('api', 'bullet');
|
||||
$var['target'] = '';
|
||||
if(is_array($item_link))
|
||||
{
|
||||
@ -1167,4 +1167,4 @@ abstract class Ajax extends Api\Framework
|
||||
* Constant is read by admin_hooks::config to set default for fw_mobile_app_list.
|
||||
*/
|
||||
const DEFAULT_MOBILE_APPS = 'calendar,infolog,timesheet,resources,addressbook,projectmanager,tracker,mail,filemanager';
|
||||
}
|
||||
}
|
@ -173,12 +173,12 @@
|
||||
}
|
||||
#calendar-sidebox_date .flatpickr-prev-month {
|
||||
order: 1;
|
||||
background-image: url(./images/previous.svg);
|
||||
background-image: url(../default/images/previous.svg);
|
||||
margin-right: 0px;
|
||||
}
|
||||
#calendar-sidebox_date .flatpickr-next-month {
|
||||
order: 3;
|
||||
background-image: url(./images/next.svg);
|
||||
background-image: url(../default/images/next.svg);
|
||||
}
|
||||
#calendar-sidebox_date div.flatpickr-calendar.inline {
|
||||
width: 100% !important;
|
||||
@ -372,7 +372,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
color: #626161;
|
||||
}
|
||||
#calendar-view .calendar_calBirthday, #calendar-planner .calendar_plannerHeader .calendar_calBirthdayIcon {
|
||||
background-image: url(images/cake.png);
|
||||
background-image: url(../default/images/cake.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
background-position: 10px center;
|
||||
|
@ -189,12 +189,12 @@
|
||||
}
|
||||
#calendar-sidebox_date .flatpickr-prev-month {
|
||||
order: 1;
|
||||
background-image: url(./images/previous.svg);
|
||||
background-image: url(../default/images/previous.svg);
|
||||
margin-right: 0px;
|
||||
}
|
||||
#calendar-sidebox_date .flatpickr-next-month {
|
||||
order: 3;
|
||||
background-image: url(./images/next.svg);
|
||||
background-image: url(../default/images/next.svg);
|
||||
}
|
||||
#calendar-sidebox_date div.flatpickr-calendar.inline {
|
||||
width: 100% !important;
|
||||
@ -382,7 +382,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
}
|
||||
#calendar-view .calendar_calBirthday,
|
||||
#calendar-planner .calendar_plannerHeader .calendar_calBirthdayIcon {
|
||||
background-image: url(images/cake.png);
|
||||
background-image: url(../default/images/cake.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
background-position: 10px center;
|
||||
|
@ -177,12 +177,12 @@
|
||||
}
|
||||
#calendar-sidebox_date .flatpickr-prev-month {
|
||||
order: 1;
|
||||
background-image: url(./images/previous.svg);
|
||||
background-image: url(../default/images/previous.svg);
|
||||
margin-right: 0px;
|
||||
}
|
||||
#calendar-sidebox_date .flatpickr-next-month {
|
||||
order: 3;
|
||||
background-image: url(./images/next.svg);
|
||||
background-image: url(../default/images/next.svg);
|
||||
}
|
||||
#calendar-sidebox_date div.flatpickr-calendar.inline {
|
||||
width: 100% !important;
|
||||
@ -370,7 +370,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
}
|
||||
#calendar-view .calendar_calBirthday,
|
||||
#calendar-planner .calendar_plannerHeader .calendar_calBirthdayIcon {
|
||||
background-image: url(images/cake.png);
|
||||
background-image: url(../default/images/cake.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
background-position: 10px center;
|
||||
|
Loading…
Reference in New Issue
Block a user