A bugfix for Foundry. For MultiPartArticles the next page link disapperead due to a missing type conversation in XSL.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3067 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-12-31 14:48:13 +00:00
parent 7ee63c0bcd
commit d4ac6e70af
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@
<xsl:param name="contentitem-tree" tunnel="yes"/>
<xsl:if test="$contentitem-tree/cms:articleSectionPanel/@pageNumber != 'all'
and $contentitem-tree/cms:articleSectionPanel/@pageNumber &lt; $contentitem-tree/cms:mpadata/numberOfPages">
and xs:integer($contentitem-tree/cms:articleSectionPanel/@pageNumber) &lt; xs:integer($contentitem-tree/cms:mpadata/numberOfPages)">
<xsl:apply-templates>
<xsl:with-param name="href"
tunnel="yes"