annotate plugins/calendar/skins/larry/templates/freebusylegend.html @ 43:771f6803cc4b
default tip
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
author |
Charlie Root |
date |
Sun, 26 Jan 2025 13:13:49 -0500 |
parents |
f6fe4b6ae66a |
children |
|
rev |
line source |
3
|
1 <div id="edit-attendees-legend" class="availability">
|
|
2 <span class="legend"><img class="availabilityicon free" src="program/resources/blank.gif" /> <roundcube:label name="calendar.availfree" /></span>
|
|
3 <span class="legend"><img class="availabilityicon busy" src="program/resources/blank.gif" /> <roundcube:label name="calendar.availbusy" /></span>
|
|
4 <span class="legend"><img class="availabilityicon tentative" src="program/resources/blank.gif" /> <roundcube:label name="calendar.availtentative" /></span>
|
|
5 <!--<span class="legend"><img class="availabilityicon out-of-office" src="program/resources/blank.gif" /> <roundcube:label name="calendar.availoutofoffice" /></span>-->
|
|
6 <span class="legend"><img class="availabilityicon unknown" src="program/resources/blank.gif" /> <roundcube:label name="calendar.availunknown" /></span>
|
|
7 </div>
|