fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12612] remove old code


From: Sigurd Nes
Subject: [Fmsystem-commits] [12612] remove old code
Date: Fri, 16 Jan 2015 10:11:28 +0000

Revision: 12612
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12612
Author:   sigurdne
Date:     2015-01-16 10:11:27 +0000 (Fri, 16 Jan 2015)
Log Message:
-----------
remove old code

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

Modified: branches/dev-syncromind/property/templates/base/request.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/request.xsl 2015-01-16 
10:02:44 UTC (rev 12611)
+++ branches/dev-syncromind/property/templates/base/request.xsl 2015-01-16 
10:11:27 UTC (rev 12612)
@@ -673,28 +673,6 @@
                                                                                
</xsl:call-template>
                                                                        
</xsl:if>
                                                        </xsl:for-each>
-
-                                               <script type="text/javascript">
-                                                       var property_js = 
<xsl:value-of select="property_js"/>;
-                                                       var datatable = new 
Array();
-                                                       var myColumnDefs = new 
Array();
-
-                                                       <xsl:for-each 
select="datatable">
-                                                               
datatable[<xsl:value-of select="name"/>] = [
-                                                               {
-                                                                       
values:<xsl:value-of select="values"/>,
-                                                                       
total_records: <xsl:value-of select="total_records"/>,
-                                                                       
edit_action:  <xsl:value-of select="edit_action"/>,
-                                                                       
is_paginator:  <xsl:value-of select="is_paginator"/>,
-                                                                       
footer:<xsl:value-of select="footer"/>
-                                                               }
-                                                       ]
-                                                       </xsl:for-each>
-
-                                                       <xsl:for-each 
select="myColumnDefs">
-                                                               
myColumnDefs[<xsl:value-of select="name"/>] = <xsl:value-of select="values"/>
-                                                       </xsl:for-each>
-                                               </script>
                                        </div>
                        </div>
                        <div class="controlButton">




reply via email to

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