[Yanel-commits] rev 20999 - public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt

simon at wyona.com simon at wyona.com
Tue Dec 19 12:37:48 CET 2006


Author: simon
Date: 2006-12-19 12:37:47 +0100 (Tue, 19 Dec 2006)
New Revision: 20999

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt/welcome.xsl
Log:
added description to resources

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt/welcome.xsl
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt/welcome.xsl	2006-12-19 11:37:25 UTC (rev 20998)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt/welcome.xsl	2006-12-19 11:37:47 UTC (rev 20999)
@@ -100,6 +100,7 @@
   <xsl:template match="resourcetype">
     <li>
       <xsl:value-of select="./localname"/>
+      (<xsl:value-of select="./description"/>)
     </li>
   </xsl:template>
 




More information about the Yanel-commits mailing list