scheduler icon indicating copy to clipboard operation
scheduler copied to clipboard

Wrong images paths for css skins and skins building less scripts

Open fbrun opened this issue 5 years ago • 2 comments

Hi,

for some images like export_pdf.png or export_ical.png, the customs skins use images path from imgs folder instead of custom skin folder. For exemple, the material skin dhtmlxscheduler_material.css use background-image: url('imgs/export_pdf.png') instead of background-image: url('imgs_dhx_material/export_pdf.png')

In basic/layout.less, thoses paths image are not set with dynamic var @... so the lessc run command never set the good paths.

Can you change it ?

Thanks

fbrun avatar Nov 04 '20 16:11 fbrun

same problem :+1:

sacav1 avatar Nov 05 '20 12:11 sacav1

Hello, We confirm the issue, some skins reuse images from other skin folders. It's a legacy issue, it will be fixed in one of the upcoming major updates of the scheduler.

ArtiBorisevich avatar Jan 04 '22 08:01 ArtiBorisevich