fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16466]


From: nelson . guerra
Subject: [Fmsystem-commits] [16466]
Date: Wed, 22 Mar 2017 00:50:38 -0400 (EDT)

Revision: 16466
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16466
Author:   nelson224
Date:     2017-03-22 00:50:38 -0400 (Wed, 22 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-22 04:50:22 UTC (rev 16465)
+++ branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-03-22 04:50:38 UTC (rev 16466)
@@ -34,16 +34,24 @@
                                                <label>
                                                        <xsl:value-of 
select="php:function('lang', 'Group by')" />
                                                </label>
+                                               <div id="container_groups" 
class="pure-custom"></div>
                                        </div>
                                        <div class="pure-control-group">
                                                <label>
                                                        <xsl:value-of 
select="php:function('lang', 'Sort by')" />
                                                </label>
-                                       </div>                                  
                                                        
+                                               <div id="container_order" 
class="pure-custom"></div>
+                                       </div>  
+                                       <div class="pure-control-group">
+                                               <label>
+                                                       <xsl:value-of 
select="php:function('lang', 'Count / Sum')" />
+                                               </label>
+                                               <div id="container_aggregates" 
class="pure-custom"></div>
+                                       </div>                                  
                                                
                                </div>
                        </div>
                        <div class="proplist-col">
-                               <input type="submit" class="pure-button 
pure-button-primary" name="save">
+                               <input type="submit" class="pure-button 
pure-button-primary" name="save" id="btn_save">
                                        <xsl:attribute name="value">
                                                <xsl:value-of 
select="php:function('lang', 'save')" />
                                        </xsl:attribute>                        
                        




reply via email to

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