sogo/UI/Templates/SchedulerUI/UIxCalendarProperties.wox
Wolfgang Sourdeau 74d8080342 Monotone-Parent: 22d8f930ef0774232d40575f91fe4eb49c980bd6
Monotone-Revision: 4c641cc8cb0c4617186e4139ce2c11f856fbbbf7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-04-21T23:03:48
Monotone-Branch: ca.inverse.sogo
2008-04-21 23:03:48 +00:00

45 lines
1.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="UIxPageFrame"
const:toolbar="none"
const:popup="YES"
title="title">
<form const:href="saveProperties" name="propertiesform">
<input type="hidden" const:name="calendarID" const:id="calendarID" var:value="calendarID"/>
<div id="propertiesView">
<label><var:string label:value="Name:" /><span class="content"
><input type="text" name="calendarName" id="calendarName"
var:disabled="calendarNameIsDisabled"
class="textField"
var:value="calendarName"
/></span></label>
<label><var:string label:value="Color:" /><span class="content"
><button id="colorButton"><!-- space --></button>
<input type="hidden"
name="calendarColor"
id="calendarColor"
class="textField"
var:value="calendarColor"
/></span></label>
</div>
<div id="buttons">
<input type="button"
const:class="button"
label:value="Cancel"
const:id="cancelButton"
name="cancelButton"/>
<input type="submit"
const:class="button"
label:value="OK"
const:id="okButton"
name="okButton"/>
</div>
</form>
</var:component>