fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14208]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14208]
Date: Tue, 20 Oct 2015 00:33:59 +0000

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


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

Modified: branches/dev-syncromind/booking/templates/base/organization_edit.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/organization_edit.xsl        
2015-10-20 00:13:15 UTC (rev 14207)
+++ branches/dev-syncromind/booking/templates/base/organization_edit.xsl        
2015-10-20 00:33:58 UTC (rev 14208)
@@ -40,6 +40,9 @@
                                  <xsl:if test="currentapp = 'booking'">
                                     <input id="inputs" name="name" type="text" 
class="pure-u-1">
                                         <xsl:attribute 
name="value"><xsl:value-of select="organization/name"/></xsl:attribute>
+                                                                               
<xsl:attribute name="data-validation">
+                                                                               
        <xsl:text>required</xsl:text>
+                                                                               
</xsl:attribute>                                                                
                
                                     </input>
                                 </xsl:if>
                                 <xsl:if test="currentapp != 'booking'">
@@ -93,8 +96,8 @@
                             </div>
                             <div class="pure-control-group">
                                 <label for="field_email"><xsl:value-of 
select="php:function('lang', 'Email')" /></label>
-                                <input id="field_email" name="email" 
type="text" class="pure-u-1">
-                                    <xsl:attribute name="value"><xsl:value-of 
select="organization/email"/></xsl:attribute>
+                                <input id="field_email" name="email" 
type="text" class="pure-u-1" data-validation="email">
+                                    <xsl:attribute name="value"><xsl:value-of 
select="organization/email"/></xsl:attribute>                                   
                                 
                                 </input>
                             </div>
                         </div>




reply via email to

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