sogo/UI/Templates/SchedulerUI/UIxOccurenceDialog.wox
Wolfgang Sourdeau bdc02c26ab Monotone-Parent: 52de90085e2d18ded0d0c315e7148e1c72feb785
Monotone-Revision: 99d14630f5294d40da6680a39d69b6f1b7853938

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-07-17T21:12:43
Monotone-Branch: ca.inverse.sogo
2008-07-17 21:12:43 +00:00

33 lines
1.1 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:popup="YES"
title="name"
const:toolbar="none">
<script type="text/javascript">
var calendarFolder = '<var:string value="calendarFolder"/>';
var componentName = '<var:string value="componentName"/>';
var recurrenceName = '<var:string value="recurrenceName"/>';
var action = '<var:string value="action"/>';
</script>
<div id="message">
<var:string label:value="editRepeatingItem"/>
</div>
<div id="windowButtons">
<div id="leftButtons">
<input type="button" id="thisButton" const:class="button" label:value="button_thisOccurrenceOnly"/>
</div>
<div id="rightButtons">
<input type="submit" id="cancelButton" const:class="button" label:value="Cancel"/>
<input type="button" id="allButton" const:class="button" label:value="button_allOccurrences"/>
</div>
</div>
</var:component>