You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/03/04 11:06:15 UTC

svn commit: r633409 - /lenya/sandbox/modules/docustyle/xslt/navigation/tabs.xsl

Author: andreas
Date: Tue Mar  4 02:06:13 2008
New Revision: 633409

URL: http://svn.apache.org/viewvc?rev=633409&view=rev
Log:
Show only tabs which have a link.

Modified:
    lenya/sandbox/modules/docustyle/xslt/navigation/tabs.xsl

Modified: lenya/sandbox/modules/docustyle/xslt/navigation/tabs.xsl
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/xslt/navigation/tabs.xsl?rev=633409&r1=633408&r2=633409&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/xslt/navigation/tabs.xsl (original)
+++ lenya/sandbox/modules/docustyle/xslt/navigation/tabs.xsl Tue Mar  4 02:06:13 2008
@@ -32,7 +32,7 @@
   </xsl:template>
   
   
-  <xsl:template match="site:node">
+  <xsl:template match="site:node[site:link]">
     <li>
       <xsl:attribute name="class">
         <xsl:text>tab</xsl:text>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org