fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16760]


From: nelson . guerra
Subject: [Fmsystem-commits] [16760]
Date: Sat, 20 May 2017 00:43:29 -0400 (EDT)

Revision: 16760
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16760
Author:   nelson224
Date:     2017-05-20 00:43:29 -0400 (Sat, 20 May 2017)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/templates/base/report.xsl
===================================================================
--- branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-05-20 04:43:14 UTC (rev 16759)
+++ branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-05-20 04:43:29 UTC (rev 16760)
@@ -83,6 +83,7 @@
                <xsl:if test="operators != ''">
                        operators = <xsl:value-of select="operators"/>;
                </xsl:if>               
+               var columns = {};
        </script>
        
        <style type="text/css">
@@ -167,9 +168,11 @@
                                                </div>
                                                <div id="tab-criteria">
                                                        <div 
class="pure-control-group">
-                                                               <label>
-                                                                       
<xsl:value-of select="php:function('lang', 'Choose')" />
-                                                               </label>
+                                                               <input 
type="button" class="pure-button pure-button-primary" 
name="btn_add_restricted_value" id="btn_add_restricted_value">
+                                                                       
<xsl:attribute name="value">
+                                                                               
<xsl:value-of select="php:function('lang', 'add')" />
+                                                                       
</xsl:attribute>
+                                                               </input>        
                                                        
                                                                <div 
id="container_criteria" class="pure-custom"></div>
                                                        </div>          
                                                </div>




reply via email to

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