mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-05 11:35:26 +00:00
Monotone-Parent: cc4b29880c63c661301ca909ec3695f67b0775dd
Monotone-Revision: c4a5b31204ccd4c09e85262d9b5609b788a8380a Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-04-21T15:48:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
<?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">
|
||||
|
||||
<form name="reminder_form" id="reminder_form" href="editReminder">
|
||||
<div id="reminder_pattern">
|
||||
<span class="caption"><var:string label:value="Reminder Details"/></span>
|
||||
<table class="section">
|
||||
<tr><td>
|
||||
<input type="text" id="quantityField"
|
||||
class="textField"
|
||||
size="2"
|
||||
/><var:popup list="unitsList" const:id="unitsList" item="item"
|
||||
string="itemText" var:value="item" selection="minutes"
|
||||
/><var:popup list="referencesList" const:id="referencesList" item="item"
|
||||
string="itemText" var:value="item" selection="BEFORE"
|
||||
/>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<var:popup list="relationsList" const:id="relationsList" item="item"
|
||||
string="itemText" var:value="item" selection="START"
|
||||
/>
|
||||
</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="windowButtons">
|
||||
<a id="cancelButton" href="#" class="button"
|
||||
><var:string label:value="Cancel"/></a>
|
||||
<a id="okButton" href="#" class="button"
|
||||
><var:string label:value="OK"/></a>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</var:component>
|
||||
Reference in New Issue
Block a user