fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14192]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14192]
Date: Sat, 17 Oct 2015 00:19:01 +0000

Revision: 14192
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14192
Author:   nelson224
Date:     2015-10-17 00:19:01 +0000 (Sat, 17 Oct 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/booking/templates/base/report_freetime.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/report_freetime.xsl  
2015-10-16 17:23:02 UTC (rev 14191)
+++ branches/dev-syncromind/booking/templates/base/report_freetime.xsl  
2015-10-17 00:19:01 UTC (rev 14192)
@@ -20,7 +20,7 @@
                             <label for="start_date">
                                 <h4><xsl:value-of select="php:function('lang', 
'From')" /></h4>
                             </label>
-                            <input class="datetime" id="start_date" 
name="from" type="text">
+                            <input class="datetime" id="from" name="from" 
type="text">
                                 <xsl:attribute name="value"><xsl:value-of 
select="from"/></xsl:attribute>
                             </input>
                         </div>
@@ -34,7 +34,7 @@
                             <label for="end_date">
                                 <h4><xsl:value-of select="php:function('lang', 
'To')" /></h4>
                             </label>
-                            <input class="datetime" id="end_date" name="to" 
type="text">
+                            <input class="datetime" id="to" name="to" 
type="text">
                                 <xsl:attribute name="value"><xsl:value-of 
select="to"/></xsl:attribute>
                             </input>
                         </div>




reply via email to

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