fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14228]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14228]
Date: Wed, 21 Oct 2015 22:00:20 +0000

Revision: 14228
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14228
Author:   nelson224
Date:     2015-10-21 22:00:20 +0000 (Wed, 21 Oct 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/booking/templates/base/building_form.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/building_form.xsl    
2015-10-21 21:20:26 UTC (rev 14227)
+++ branches/dev-syncromind/booking/templates/base/building_form.xsl    
2015-10-21 22:00:20 UTC (rev 14228)
@@ -13,6 +13,9 @@
                         <xsl:attribute name="data-validation">
                             <xsl:text>required</xsl:text>
                         </xsl:attribute>
+                                               <xsl:attribute 
name="data-validation-error-msg">
+                                                       <xsl:value-of 
select="php:function('lang', 'Please - enter a Building Name!')"/>
+                                               </xsl:attribute>        
                     </input>
                 </div>
                 <div class="pure-control-group">
@@ -25,7 +28,11 @@
                     <label for="field_email">
                         <xsl:value-of select="php:function('lang', 'Email')" />
                     </label>
-                    <input id="field_email" name="email" type="text" 
value="{building/email}"/>
+                                       <input id="field_email" name="email" 
type="text" value="{building/email}" data-validation="email">
+                                               <xsl:attribute 
name="data-validation-optional">
+                                                       
<xsl:text>true</xsl:text>
+                                               </xsl:attribute>                
                                                                
+                                       </input>
                 </div>
                 <div class="pure-control-group">
                     <label for="field_homepage">




reply via email to

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