mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 08:18:52 +00:00
Monotone-Parent: 5cf7ca16573b57f14380a1da5611560a68f5fd45
Monotone-Revision: d09e531b223359ae63e2198ec126138aff0422d8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-14T20:30:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
30
UI/Templates/SchedulerUI/UIxTimeDateControl.wox
Normal file
30
UI/Templates/SchedulerUI/UIxTimeDateControl.wox
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version='1.0' standalone='yes'?>
|
||||
<!-- $Id$ -->
|
||||
<span xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
>
|
||||
<table cellpadding="0" cellspacing="2">
|
||||
<tr>
|
||||
<var:if condition="displayTimeControl">
|
||||
<td>
|
||||
<var:component className="UIxTimeSelector"
|
||||
timeID="timeID"
|
||||
hour="hour"
|
||||
minute="minute"
|
||||
/>
|
||||
</td>
|
||||
</var:if>
|
||||
<td>
|
||||
<var:component className="UIxDatePicker"
|
||||
dateID="dateID"
|
||||
year="year"
|
||||
month="month"
|
||||
day="day"
|
||||
label="label"
|
||||
/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</span>
|
||||
Reference in New Issue
Block a user