fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13660] allocation_edit xsl


From: Saul
Subject: [Fmsystem-commits] [13660] allocation_edit xsl
Date: Tue, 14 Jul 2015 23:12:23 +0000

Revision: 13660
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13660
Author:   psaul
Date:     2015-07-14 23:12:22 +0000 (Tue, 14 Jul 2015)
Log Message:
-----------
allocation_edit xsl

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

Modified: branches/dev-syncromind/booking/templates/base/allocation_edit.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/allocation_edit.xsl  
2015-07-14 23:11:52 UTC (rev 13659)
+++ branches/dev-syncromind/booking/templates/base/allocation_edit.xsl  
2015-07-14 23:12:22 UTC (rev 13660)
@@ -88,21 +88,19 @@
                             <label>
                                 <xsl:value-of select="php:function('lang', 
'From')" />
                             </label>
-                                <div class="datetime-picker">
-                                <input id="field_from" name="from_" 
type="text">
+                                <input class="datetime" id="field_from" 
name="from_" type="text">
+                                <!--input id="field_from" name="from_" 
type="text"-->
                                     <xsl:attribute name="value"><xsl:value-of 
select="allocation/from_"/></xsl:attribute>
                                 </input>
-                                </div>
                         </div>
                         <div class="pure-control-group">
                             <label>
                                 <xsl:value-of select="php:function('lang', 
'To')" />
                             </label>
-                                <div class="datetime-picker">
-                                <input id="field_to" name="to_" type="text">
+                                <input class="datetime" id="field_to" 
name="to_" type="text">
+                                <!--input id="field_to" name="to_" 
type="text"-->
                                     <xsl:attribute name="value"><xsl:value-of 
select="allocation/to_"/></xsl:attribute>
                                 </input>
-                                </div>
                         </div>
                         <div class="pure-control-group">
                             <label>




reply via email to

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