fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [13676] booking_edit xsl


From: Saul
Subject: [Fmsystem-commits] [13676] booking_edit xsl
Date: Thu, 16 Jul 2015 23:00:48 +0000

Revision: 13676
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13676
Author:   psaul
Date:     2015-07-16 23:00:47 +0000 (Thu, 16 Jul 2015)
Log Message:
-----------
booking_edit xsl

Modified Paths:
--------------
    branches/dev-syncromind/booking/templates/base/booking_edit.xsl

Modified: branches/dev-syncromind/booking/templates/base/booking_edit.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/booking_edit.xsl     
2015-07-16 23:00:23 UTC (rev 13675)
+++ branches/dev-syncromind/booking/templates/base/booking_edit.xsl     
2015-07-16 23:00:47 UTC (rev 13676)
@@ -111,21 +111,27 @@
                     <label>
                         <xsl:value-of select="php:function('lang', 'From')"/>
                     </label>
-                        <div class="datetime-picker">
+                        <input class="datetime" id="field_from" name="from_" 
type="text">
+                                <xsl:attribute name="value"><xsl:value-of 
select="booking/from_"/></xsl:attribute>
+                        </input>
+                        <!--div class="datetime-picker">
                         <input id="field_from" name="from_" type="text">
                             <xsl:attribute name="value"><xsl:value-of 
select="booking/from_"/></xsl:attribute>
                         </input>
-                        </div>
+                        </div-->
                 </div>
                 <div class="pure-control-group">
                     <label>
                         <xsl:value-of select="php:function('lang', 'To')"/>
                     </label>
-                        <div class="datetime-picker">
+                        <input class="datetime" id="field_to" name="to_" 
type="text">
+                                <xsl:attribute name="value"><xsl:value-of 
select="booking/to_"/></xsl:attribute>
+                        </input>
+                        <!--div class="datetime-picker">
                         <input id="field_to" name="to_" type="text">
                             <xsl:attribute name="value"><xsl:value-of 
select="booking/to_"/></xsl:attribute>
                         </input>
-                        </div>
+                        </div-->
                 </div>
                 <div class="pure-control-group">
                     <label>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]