2015-02-17 10:55:05 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2023-01-04 18:28:10 +01:00
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
2005-06-19 10:16:50 +02:00
<overlay>
<template id="calendar.conflicts" template="" lang="" group="0" version="1.0.1.001">
2023-01-04 18:28:10 +01:00
<et2-description value="Scheduling conflict" class="calendar_size120b"></et2-description>
<et2-box class="calendar_conflicts">
2016-07-06 16:44:06 +02:00
<grid>
<columns>
<column/>
<column/>
<column/>
<column/>
</columns>
<rows>
<row valign="top">
2023-01-04 18:28:10 +01:00
<et2-image src="conflicts[$row][icon_participants]" statustext="@conflicts[$row][tooltip_participants]" statustextHtml="true" noLang="1"></et2-image>
<et2-image src="conflicts[$row][icon_recur]" label="@conflicts[$row][text_recur]" noLang="1"></et2-image>
<et2-description id="conflicts[$row][time]" noLang="1"></et2-description>
<et2-vbox statustext="conflict[$row][tooltip]" orient=",0,0" statustextHtml="true">
<et2-description id="conflicts[$row][title]" noLang="1" boldItalic="b"></et2-description>
2021-02-10 19:32:51 +01:00
<grid id="conflicts[$row][conflicting_participants]">
<columns>
<column width="30"/>
<column/>
</columns>
<rows>
<row class="$row_cont[type]">
2023-01-04 18:28:10 +01:00
<et2-hbox>
<et2-appicon src="$row_cont[app]" disabled="$row_cont[type]=u"></et2-appicon>
</et2-hbox>
<et2-description value="$row_cont[name]" noLang="1"></et2-description>
2021-02-10 19:32:51 +01:00
</row>
</rows>
</grid>
2023-01-04 18:28:10 +01:00
</et2-vbox>
2016-07-06 16:44:06 +02:00
</row>
</rows>
</grid>
2023-01-04 18:28:10 +01:00
</et2-box>
<et2-hbox class="dialogFooterToolbar">
<et2-button label="Ignore conflict" id="button[ignore]" image="check" statustext="Saves the event ignoring the conflict"></et2-button>
<et2-button id="button[reedit]" label="Re-Edit event" image="edit" statustext="Allows to edit the event again"></et2-button>
<et2-button label="Freetime search" id="button[freetime]" image="search" statustext="Find free timeslots where the selected participants are available for the given timespan"></et2-button>
</et2-hbox>
2005-06-19 10:16:50 +02:00
</template>
2023-01-04 18:28:10 +01:00
</overlay>