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-94f89814c4dfmaster
parent
7ee63c0bcd
commit
d4ac6e70af
|
|
@ -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 < $contentitem-tree/cms:mpadata/numberOfPages">
|
||||
and xs:integer($contentitem-tree/cms:articleSectionPanel/@pageNumber) < xs:integer($contentitem-tree/cms:mpadata/numberOfPages)">
|
||||
<xsl:apply-templates>
|
||||
<xsl:with-param name="href"
|
||||
tunnel="yes"
|
||||
|
|
|
|||
Loading…
Reference in New Issue