mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
47 lines
2.1 KiB
XML
47 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
|
<overlay>
|
|
<template id="calendar.conflicts" template="" lang="" group="0" version="1.0.1.001">
|
|
<et2-description value="Scheduling conflict" class="calendar_size120b"></et2-description>
|
|
<et2-box class="calendar_conflicts">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row valign="top">
|
|
<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>
|
|
<grid id="conflicts[$row][conflicting_participants]">
|
|
<columns>
|
|
<column width="30"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="$row_cont[type]">
|
|
<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>
|
|
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</et2-vbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</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>
|
|
</template>
|
|
</overlay> |