[Yanel-commits] rev 42400 - public/yanel/trunk/src/contributions/resources/lookup/htdocs

simon at wyona.com simon at wyona.com
Thu Apr 16 10:08:44 CEST 2009


Author: simon
Date: 2009-04-16 10:08:44 +0200 (Thu, 16 Apr 2009)
New Revision: 42400

Modified:
   public/yanel/trunk/src/contributions/resources/lookup/htdocs/json-node.xsl
Log:
removed attribute qtip:size. since the sitetree-node doesn't have a size.

Modified: public/yanel/trunk/src/contributions/resources/lookup/htdocs/json-node.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/lookup/htdocs/json-node.xsl	2009-04-16 08:05:04 UTC (rev 42399)
+++ public/yanel/trunk/src/contributions/resources/lookup/htdocs/json-node.xsl	2009-04-16 08:08:44 UTC (rev 42400)
@@ -28,7 +28,7 @@
   </xsl:template>
 
   <xsl:template match="resource">
-      {"id":"<xsl:value-of select="@path"/>", "text":"<xsl:value-of select="@name"/>","cls":"file-txt","disabled":false,"leaf":true,"qtip":"Size: 1047552"}
+      {"id":"<xsl:value-of select="@path"/>", "text":"<xsl:value-of select="@name"/>","cls":"file-txt","disabled":false,"leaf":true}
         <xsl:if test="following-sibling::*">,</xsl:if>
   </xsl:template>
 



More information about the Yanel-commits mailing list