fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14189]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14189]
Date: Fri, 16 Oct 2015 00:23:35 +0000

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


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

Modified: branches/dev-syncromind/booking/templates/base/season_new.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/season_new.xsl       
2015-10-16 00:23:14 UTC (rev 14188)
+++ branches/dev-syncromind/booking/templates/base/season_new.xsl       
2015-10-16 00:23:35 UTC (rev 14189)
@@ -61,18 +61,18 @@
                     </select>
                 </div>
                 <div class="pure-control-group">
-                    <label for="start_date">
+                    <label>
                         <xsl:value-of select="php:function('lang', 'From')" />
                     </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="season/from_"/></xsl:attribute>
                     </input>
                 </div>
                 <div class="pure-control-group">
-                    <label for="end_date">
+                    <label>
                         <xsl:value-of select="php:function('lang', 'To')" />
                     </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="season/to_"/></xsl:attribute>
                     </input>
                 </div>
@@ -80,7 +80,7 @@
         </div>
         <div class="form-buttons">
             <input type="submit" class="pure-button pure-button-primary">
-                <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Create')" /></xsl:attribute>
+                <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Save')" /></xsl:attribute>
             </input>
             <input type="button" class="pure-button pure-button-primary" 
name="cencel">
                 <xsl:attribute 
name="onclick">window.location.href="<xsl:value-of 
select="season/cancel_link"/>"</xsl:attribute>




reply via email to

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