fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12150] add jquery validator


From: Alejandro
Subject: [Fmsystem-commits] [12150] add jquery validator
Date: Fri, 10 Oct 2014 20:59:21 +0000

Revision: 12150
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12150
Author:   nudrick
Date:     2014-10-10 20:59:16 +0000 (Fri, 10 Oct 2014)
Log Message:
-----------
add jquery validator

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

Modified: branches/dev-syncromind/property/templates/base/condition_survey.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/condition_survey.xsl        
2014-10-10 19:56:56 UTC (rev 12149)
+++ branches/dev-syncromind/property/templates/base/condition_survey.xsl        
2014-10-10 20:59:16 UTC (rev 12150)
@@ -189,12 +189,12 @@
                             </label>
                             <xsl:choose>
                                 <xsl:when test="editable = 1">
-                                    <div class="autocomplete">
+                                    <!--div class="autocomplete"-->
                                         <input type="hidden" 
id="coordinator_id" name="values[coordinator_id]"  
value="{survey/coordinator_id}"/>
                                         <input type="text" 
id="coordinator_name" name="values[coordinator_name]" 
value="{survey/coordinator_name}">
                                         </input>
                                         <div id="coordinator_container"/>
-                                    </div>
+                                    <!--/div-->
                                 </xsl:when>
                                 <xsl:otherwise>
                                     <xsl:value-of 
select="survey/coordinator_name" />




reply via email to

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