fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14193]


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

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


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

Modified: branches/dev-syncromind/booking/templates/base/report_participants.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/report_participants.xsl      
2015-10-17 00:19:01 UTC (rev 14192)
+++ branches/dev-syncromind/booking/templates/base/report_participants.xsl      
2015-10-17 00:19:16 UTC (rev 14193)
@@ -16,7 +16,7 @@
                     <label for="start_date">
                         <h4><xsl:value-of select="php:function('lang', 
'From')" /></h4>
                     </label>
-                    <input class="datetime" id="start_date" name="start_date" 
type="text">
+                    <input class="datetime" id="from" name="from" type="text">
                         <xsl:attribute name="value"><xsl:value-of 
select="from"/></xsl:attribute>
                     </input>
                 </div>
@@ -32,7 +32,7 @@
                     <label for="end_date">
                         <h4><xsl:value-of select="php:function('lang', 'To')" 
/></h4>
                     </label>
-                    <input class="datetime" id="end_date" name="end_date" 
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]