[Yanel-commits] rev 37973 - public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app/xslt

michi at wyona.com michi at wyona.com
Wed Aug 13 23:35:30 CEST 2008


Author: michi
Date: 2008-08-13 23:35:29 +0200 (Wed, 13 Aug 2008)
New Revision: 37973

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app/xslt/global.xsl
Log:
include the left navigation

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app/xslt/global.xsl
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app/xslt/global.xsl	2008-08-13 21:32:24 UTC (rev 37972)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app/xslt/global.xsl	2008-08-13 21:35:29 UTC (rev 37973)
@@ -79,7 +79,7 @@
 <!--
               <a href="?yanel.toolbar=on">Toolbar</a>
 -->
-              <!--<xsl:value-of select="$language"/>-->
+              Localization: <xsl:value-of select="$language"/>
             </div>
           </div>
           <!-- END of header -->
@@ -99,10 +99,8 @@
   
   <xsl:template name="navi">
     <div id="left">
-      <!-- Use content language instead localization (see email from Wayne) -->
-<!--
+      <!-- Use content language instead localization -->
       <xi:include href="yanelresource:/navigation/menu-{$content-language}.xml?path={$yanel.path}"/>
--->
     </div>
   </xsl:template>
 



More information about the Yanel-commits mailing list