fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16458]


From: nelson . guerra
Subject: [Fmsystem-commits] [16458]
Date: Fri, 17 Mar 2017 23:59:43 -0400 (EDT)

Revision: 16458
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16458
Author:   nelson224
Date:     2017-03-17 23:59:42 -0400 (Fri, 17 Mar 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-03-18 03:59:27 UTC (rev 16457)
+++ branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-03-18 03:59:42 UTC (rev 16458)
@@ -13,8 +13,22 @@
                                <div id="generic">
                                        <div class="pure-control-group">
                                                <label>
+                                                       <xsl:value-of 
select="php:function('lang', 'views')" />
+                                               </label>
+                                               <select id="view" name="view">
+                                                       <xsl:apply-templates 
select="views/options"/>
+                                               </select>
+                                               <input type="button" 
class="pure-button pure-button-primary" name="btn_get_columns" 
id="btn_get_columns">
+                                                       <xsl:attribute 
name="value">
+                                                               <xsl:value-of 
select="php:function('lang', 'get columns')" />
+                                                       </xsl:attribute>
+                                               </input>                        
                                                        
+                                       </div>                                  
+                                       <div class="pure-control-group">
+                                               <label>
                                                        <xsl:value-of 
select="php:function('lang', 'Choose columns')" />
                                                </label>
+                                               <div id="container_columns" 
class="pure-custom"></div>                          
                                        </div>
                                        <div class="pure-control-group">
                                                <label>




reply via email to

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