mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: 4d769cbc45f10f9aec213da06d5d57cebdfab8e0
Monotone-Revision: c6fdd672e2e8dd7987325a4048b66b7eb33967f8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-15T20:54:37 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,30 +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">
|
||||
<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="UIxTimeSelector"
|
||||
timeID="timeID"
|
||||
hour="hour"
|
||||
minute="minute"
|
||||
/>
|
||||
<var:component className="UIxDatePicker"
|
||||
dateID="dateID"
|
||||
year="year"
|
||||
month="month"
|
||||
day="day"
|
||||
label="label"
|
||||
/>
|
||||
</td>
|
||||
</var:if>
|
||||
<td>
|
||||
<var:component className="UIxDatePicker"
|
||||
dateID="dateID"
|
||||
year="year"
|
||||
month="month"
|
||||
day="day"
|
||||
label="label"
|
||||
/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</span>
|
||||
</tr>
|
||||
</table>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user