fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14675] inline datatable configurable as responsive


From: Sigurd Nes
Subject: [Fmsystem-commits] [14675] inline datatable configurable as responsive
Date: Mon, 25 Jan 2016 12:38:28 +0000

Revision: 14675
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14675
Author:   sigurdne
Date:     2016-01-25 12:38:27 +0000 (Mon, 25 Jan 2016)
Log Message:
-----------
inline datatable configurable as responsive

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/templates/base/datatable_inline.xsl
    branches/dev-syncromind/property/inc/class.uilocation.inc.php

Modified: branches/dev-syncromind/phpgwapi/templates/base/datatable_inline.xsl
===================================================================
--- branches/dev-syncromind/phpgwapi/templates/base/datatable_inline.xsl        
2016-01-25 11:47:08 UTC (rev 14674)
+++ branches/dev-syncromind/phpgwapi/templates/base/datatable_inline.xsl        
2016-01-25 12:38:27 UTC (rev 14675)
@@ -338,6 +338,9 @@
                        <xsl:if test="order">
                                options<xsl:number value="($num - 1)"/>.order = 
<xsl:value-of select="order" />;
                        </xsl:if>
+                       <xsl:if test="responsive">
+                               options<xsl:number value="($num - 
1)"/>.responsive = <xsl:value-of select="responsive" />;
+                       </xsl:if>
                </xsl:for-each>
                if (JqueryPortico.TableTools<xsl:number value="($num - 1)"/>)
                {

Modified: branches/dev-syncromind/property/inc/class.uilocation.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uilocation.inc.php       
2016-01-25 11:47:08 UTC (rev 14674)
+++ branches/dev-syncromind/property/inc/class.uilocation.inc.php       
2016-01-25 12:38:27 UTC (rev 14675)
@@ -2098,7 +2098,8 @@
                                                'data' => json_encode(array()),
                                                'ColumnDefs' => $history_def,
                                                'config' => array(
-                                                       array('disableFilter' 
=> true)
+                                                       array('disableFilter' 
=> true),
+                                                       array('responsive' => 
true)
                                                )
                                        );
 




reply via email to

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