fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13022] gab form validation


From: Alejandro
Subject: [Fmsystem-commits] [13022] gab form validation
Date: Thu, 16 Apr 2015 07:23:44 +0000

Revision: 13022
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13022
Author:   nudrick
Date:     2015-04-16 07:23:43 +0000 (Thu, 16 Apr 2015)
Log Message:
-----------
gab form validation

Modified Paths:
--------------
    branches/dev-syncromind/property/templates/base/gab.xsl

Modified: branches/dev-syncromind/property/templates/base/gab.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/gab.xsl     2015-04-16 
07:21:16 UTC (rev 13021)
+++ branches/dev-syncromind/property/templates/base/gab.xsl     2015-04-16 
07:23:43 UTC (rev 13022)
@@ -585,19 +585,13 @@
                                                                                
        <xsl:value-of select="lang_lookup_form_statustext"/>
                                                                                
        <xsl:text>'; return true;</xsl:text>
                                                                                
</xsl:attribute>
-                                                                               
<xsl:attribute name="data-validation">
-                                                                               
        <xsl:text>required</xsl:text>
-                                                                               
</xsl:attribute>
-                                                                               
<xsl:attribute name="data-validation-error-msg">
-                                                                               
        <xsl:text>Either select propagate - or choose location level</xsl:text>
-                                                                               
</xsl:attribute>
                                                                        </input>
                                                                </xsl:otherwise>
                                                        </xsl:choose>
                                                </div>
                                                <xsl:choose>
-                                                       <xsl:when 
test="lookup_type='form'">
-                                                               
<xsl:call-template name="location_form"/>
+                                                       <xsl:when 
test="lookup_type='form2'">
+                                                               
<xsl:call-template name="location_form2"/>
                                                                <div 
class="pure-control-group">
                                                                        <label>
                                                                                
<xsl:value-of select="lang_propagate"/>
@@ -612,7 +606,7 @@
                                                                </div>
                                                        </xsl:when>
                                                        <xsl:otherwise>
-                                                               
<xsl:call-template name="location_view"/>
+                                                               
<xsl:call-template name="location_view2"/>
                                                        </xsl:otherwise>
                                                </xsl:choose>
                                        </fieldset>




reply via email to

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