fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12893]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12893]
Date: Mon, 23 Mar 2015 16:03:25 +0000

Revision: 12893
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12893
Author:   nelson224
Date:     2015-03-23 16:03:24 +0000 (Mon, 23 Mar 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/templates/base/location.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/location.xsl        
2015-03-23 16:02:28 UTC (rev 12892)
+++ branches/dev-syncromind/property/templates/base/location.xsl        
2015-03-23 16:03:24 UTC (rev 12893)
@@ -553,26 +553,24 @@
                                                </xsl:when>
                                        </xsl:choose>
                                        <div id="related">
-                                               <fieldset>
-                                                       <script 
type="text/javascript">
-                                                               link_history = 
<xsl:value-of select="link_history"/>;
-                                                       </script>
-                                                       <xsl:for-each 
select="datatable_def">
-                                                               <xsl:if 
test="container = 'datatable-container_0'">
-                                                                       
<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>
-                                               </fieldset>
+                                               <xsl:for-each 
select="datatable_def">
+                                                       <xsl:if test="container 
= 'datatable-container_0'">
+                                                               
<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>
                                        <xsl:choose>
                                                <xsl:when test="check_history 
!= ''">
+                                                       <script 
type="text/javascript">
+                                                               link_history = 
<xsl:value-of select="link_history"/>;
+                                                       </script>               
                                        
                                                        <div id="history">
                                                                        
<xsl:for-each select="datatable_def">
                                                                                
<xsl:if test="container = 'datatable-container_1'">




reply via email to

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