fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13697]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13697]
Date: Tue, 11 Aug 2015 23:07:40 +0000

Revision: 13697
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13697
Author:   nelson224
Date:     2015-08-11 23:07:39 +0000 (Tue, 11 Aug 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/rental/templates/base/contract.xsl

Modified: branches/dev-syncromind/rental/templates/base/contract.xsl
===================================================================
--- branches/dev-syncromind/rental/templates/base/contract.xsl  2015-08-11 
20:09:06 UTC (rev 13696)
+++ branches/dev-syncromind/rental/templates/base/contract.xsl  2015-08-11 
23:07:39 UTC (rev 13697)
@@ -258,7 +258,39 @@
                                        <xsl:when test="mode = 'edit'">
                                                <div id="composite">
                                                        <fieldset>
-                                                               
+                                                               <script 
type="text/javascript">
+                                                                       
link_included_composites = <xsl:value-of select="link_included_composites"/>;
+                                                                       
link_not_included_composites = <xsl:value-of 
select="link_not_included_composites"/>;
+                                                               </script>       
                                                
+                                                               <div>
+                                                                       
<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>
+                                                               </div>
+                                                       
+                                                               <div>
+                                                                       
<xsl:for-each select="datatable_def">
+                                                                               
<xsl:if test="container = 'datatable-container_2'">
+                                                                               
        <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>
+                                                               </div>
                                                        </fieldset>
                                                </div>
                                                <div id="parties">




reply via email to

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