fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13179]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13179]
Date: Mon, 11 May 2015 23:28:58 +0000

Revision: 13179
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13179
Author:   nelson224
Date:     2015-05-11 23:28:57 +0000 (Mon, 11 May 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/templates/base/wo_hour.index.xsl

Modified: branches/dev-syncromind/property/templates/base/wo_hour.index.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/wo_hour.index.xsl   
2015-05-10 18:19:25 UTC (rev 13178)
+++ branches/dev-syncromind/property/templates/base/wo_hour.index.xsl   
2015-05-11 23:28:57 UTC (rev 13179)
@@ -39,6 +39,18 @@
 
 <xsl:template match="datatable">
        <xsl:call-template name="top-toolbar" />
+       <xsl:for-each select="datatable_def">
+               <xsl:if test="container = 'datatable-container_1'">
+                       <xsl:call-template name="table_setup">
+                               <xsl:with-param name="container" select 
='container'/>
+                               <xsl:with-param name="requestUrl" select 
='requestUrl' />
+                               <xsl:with-param name="ColumnDefs" select 
='ColumnDefs' />
+                               <xsl:with-param name="tabletools" select 
='tabletools' />
+                               <xsl:with-param name="data" select ='data' />
+                               <xsl:with-param name="config" select ='config' 
/>
+                       </xsl:call-template>
+               </xsl:if>
+       </xsl:for-each>
        <xsl:call-template name="datasource-definition" />
        <xsl:call-template name="down-toolbar" />
 </xsl:template>




reply via email to

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