Another small improvment for Foundry: The elements in a navigation now get an created from the id of the category.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3817 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2016-01-22 14:38:47 +00:00
parent fac74e83b1
commit 33d839971d
1 changed files with 1 additions and 0 deletions

View File

@ -467,6 +467,7 @@
<xsl:value-of select="concat(' colorset-', position())"/> <xsl:value-of select="concat(' colorset-', position())"/>
</xsl:if> </xsl:if>
</xsl:with-param> </xsl:with-param>
<xsl:with-param name="id" select="concat('id-', ./@id)"/>
</xsl:apply-templates> </xsl:apply-templates>
</xsl:for-each> </xsl:for-each>
</xsl:otherwise> </xsl:otherwise>