Files
sogo/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox
Francis Lachapelle 1b5c0ef81c Support for event transparency
Monotone-Parent: 06e0cbe00f04ba2b584f2f5abbb2b38299b66333
Monotone-Revision: 17e3e8707a2ae061fd0c4184a32cd23a97af96ba

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-11-06T17:19:14
Monotone-Branch: ca.inverse.sogo
2008-11-06 17:19:14 +00:00

63 lines
2.4 KiB
XML

<?xml version='1.0' standalone='yes'?>
<!DOCTYPE var:component>
<var:component
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:uix="OGo:uix"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label"
className="UIxComponentEditor"
componentCalendar="componentCalendar"
var:component="event"
var:saveURL="saveURL">
<div class="menu" id="attendeesMenu">
<ul>
<li><var:string label:value="Invite Attendees"/>...</li>
<li class="separator"><!-- separator --></li>
<li><var:string label:value="Compose E-Mail to All Attendees" />...</li>
<li id="composeToUndecidedAttendees"><var:string label:value="Compose E-Mail to Undecided Attendees" />...</li>
<li class="separator"><!-- separator --></li>
</ul>
</div>
<label><span id="allDay" class="content"><input class="checkBox"
type="checkbox" var:selection="isAllDay"
var:checked="isAllDay"
/><var:string label:value="All day Event"
/></span></label>
<label><span id="isOpque" class="content"
><var:string label:value="Show Time as"
/> <var:popup list="transparencyList" item="item"
const:name="transparencyList"
const:id="transparencyList"
string="itemTransparencyText"
var:selection="transparency"
/></span></label>
<label><var:string label:value="Repeat:" />
<span class="content"><var:popup list="repeatList" item="item"
label:noSelectionString="repeat_NEVER"
var:disabled="isChildOccurence"
const:disabledValue="-"
const:name="repeatList"
const:id="repeatList"
string="itemRepeatText" var:selection="repeat"
/> <a href="#" id="repeatHref" style="display: none;"
><var:string label:value="Edit"/></a></span></label>
<span class="checkBoxList"><var:string label:value="Start:" />
<span class="content"><var:component className="UIxTimeDateControl"
const:controlID="startTime"
date="aptStartDate"
const:dayStartHour="0"
const:dayEndHour="23"
/></span></span>
<span class="checkBoxList"><var:string label:value="End:" />
<span class="content"><var:component className="UIxTimeDateControl"
const:controlID="endTime"
date="aptEndDate"
const:dayStartHour="0"
const:dayEndHour="23"
/></span></span>
</var:component>