fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16635]


From: nelson . guerra
Subject: [Fmsystem-commits] [16635]
Date: Wed, 26 Apr 2017 23:50:31 -0400 (EDT)

Revision: 16635
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16635
Author:   nelson224
Date:     2017-04-26 23:50:31 -0400 (Wed, 26 Apr 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-04-27 03:50:17 UTC (rev 16634)
+++ branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-04-27 03:50:31 UTC (rev 16635)
@@ -77,6 +77,15 @@
        <script type="text/javascript">
                var jsonB = <xsl:value-of select="report_definition"/>;
        </script>
+       
+       <style type="text/css">
+       .content_upload_download {
+               position: relative; 
+               overflow: auto; 
+               max-height: 50vh; 
+               width: 100%;    
+       }
+       </style>
        <div id="document_edit_tabview">
                
                <xsl:variable name="form_action">
@@ -110,7 +119,7 @@
                                                <label>
                                                        <xsl:value-of 
select="php:function('lang', 'Choose columns')" />
                                                </label>
-                                               <div id="container_columns" 
class="pure-custom"></div>                          
+                                               <div id="container_columns" 
class="content_upload_download"></div>                      
                                        </div>
                                        <div class="pure-control-group">
                                                <label>
@@ -129,6 +138,16 @@
                                                        <xsl:value-of 
select="php:function('lang', 'Count / Sum')" />
                                                </label>
                                                <div id="container_aggregates" 
class="pure-custom"></div>
+                                       </div>
+                                       <div class="pure-control-group">
+                                               <label>
+                                                       <xsl:value-of 
select="php:function('lang', 'Preview')" />
+                                               </label>
+                                               <input type="button" 
class="pure-button pure-button-primary" name="btn_preview" id="btn_preview">
+                                                       <xsl:attribute 
name="value">
+                                                               <xsl:value-of 
select="php:function('lang', 'preview')" />
+                                                       </xsl:attribute>
+                                               </input>
                                        </div>                                  
                                                
                                </div>
                        </div>




reply via email to

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