fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14210]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14210]
Date: Tue, 20 Oct 2015 00:34:29 +0000

Revision: 14210
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14210
Author:   nelson224
Date:     2015-10-20 00:34:28 +0000 (Tue, 20 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-20 00:34:14 UTC (rev 14209)
+++ branches/dev-syncromind/booking/templates/base/season_new.xsl       
2015-10-20 00:34:28 UTC (rev 14210)
@@ -11,6 +11,9 @@
                     </label>
                     <input id="field_name" name="name" type="text">
                         <xsl:attribute name="value"><xsl:value-of 
select="season/name"/></xsl:attribute>
+                                               <xsl:attribute 
name="data-validation">
+                            <xsl:text>required</xsl:text>
+                        </xsl:attribute>
                     </input>
                 </div>
                 <div class="pure-control-group">
@@ -22,6 +25,9 @@
                     </input>
                     <input id="field_building_name" name="building_name" 
type="text">
                         <xsl:attribute name="value"><xsl:value-of 
select="season/building_name"/></xsl:attribute>
+                                               <xsl:attribute 
name="data-validation">
+                            <xsl:text>required</xsl:text>
+                        </xsl:attribute>                                       
        
                     </input>
                 </div>
                 <div class="pure-control-group">
@@ -66,6 +72,9 @@
                     </label>
                     <input class="datetime" id="from_" name="from_" 
type="text">
                         <xsl:attribute name="value"><xsl:value-of 
select="season/from_"/></xsl:attribute>
+                                               <xsl:attribute 
name="data-validation">
+                            <xsl:text>required</xsl:text>
+                        </xsl:attribute>                                       
        
                     </input>
                 </div>
                 <div class="pure-control-group">
@@ -74,6 +83,9 @@
                     </label>
                     <input class="datetime" id="to_" name="to_" type="text">
                         <xsl:attribute name="value"><xsl:value-of 
select="season/to_"/></xsl:attribute>
+                                               <xsl:attribute 
name="data-validation">
+                            <xsl:text>required</xsl:text>
+                        </xsl:attribute>                                       
        
                     </input>
                 </div>
             </div>




reply via email to

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