sogo/UI/Templates/SchedulerUI/UIxDatePicker.wox
Francis Lachapelle b15234c26e New date picker
Removed the old popup calendar (Tigra) by an inline version
(bootstrap-datepicker). Also revamped the time picker and the dialog
boxes to fit the new look.
2012-09-21 22:05:07 -04:00

26 lines
760 B
XML

<?xml version='1.0' standalone='yes'?>
<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"
class="datePicker date"
var:data-date-format="jsDateFormat"
var:data-date-weekstart="jsWeekStart"
><input type="text"
var:disabled="disabled"
class="textField"
var:id="dateID"
var:name="dateID"
var:shadow-value="formattedDateString"
var:value="formattedDateString"
size="12"
/><a href="#"
class="calendarButton add-on"
var:inputId="dateID"
><span><img rsrc:src="choose-date.png"
var:title="label"
var:alt="label"
/></span></a
>
</span>