fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14036]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14036]
Date: Tue, 29 Sep 2015 00:15:25 +0000

Revision: 14036
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14036
Author:   nelson224
Date:     2015-09-29 00:15:25 +0000 (Tue, 29 Sep 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/rental/templates/base/price_item.xsl

Modified: branches/dev-syncromind/rental/templates/base/price_item.xsl
===================================================================
--- branches/dev-syncromind/rental/templates/base/price_item.xsl        
2015-09-28 23:50:38 UTC (rev 14035)
+++ branches/dev-syncromind/rental/templates/base/price_item.xsl        
2015-09-29 00:15:25 UTC (rev 14036)
@@ -34,7 +34,11 @@
                                                        <label>
                                                                <xsl:value-of 
select="php:function('lang', 'title')"/>
                                                        </label>
-                                                       <input type="text" 
name="title" id="title" value="{value_title}"/>
+                                                       <input type="text" 
name="title" id="title" value="{value_title}">
+                                                               <xsl:attribute 
name="data-validation">
+                                                                       
<xsl:text>required</xsl:text>
+                                                               </xsl:attribute>
+                                                       </input>                
                                        
                                                </div>
                                                <div class="pure-control-group">
                                                        <label>
@@ -51,7 +55,11 @@
                                                        <label>
                                                                <xsl:value-of 
select="php:function('lang', 'agresso_id')"/>
                                                        </label>
-                                                       <input type="text" 
name="agresso_id" id="agresso_id" value="{value_agresso_id}"/>
+                                                       <input type="text" 
name="agresso_id" id="agresso_id" value="{value_agresso_id}">
+                                                               <xsl:attribute 
name="data-validation">
+                                                                       
<xsl:text>required</xsl:text>
+                                                               </xsl:attribute>
+                                                       </input>
                                                </div>
                                                <div class="pure-control-group">
                                                        <label>




reply via email to

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