Bug 6900 - line break between available and reference items
This patch adds a conditional line-break in the availability section of XSLT results. Signed off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
6e91a453aa
commit
65e65d7c37
1 changed files with 6 additions and 0 deletions
|
@ -999,6 +999,12 @@
|
|||
</xsl:when>
|
||||
</xsl:choose>
|
||||
|
||||
<xsl:choose> <xsl:when test="count(key('item-by-status', 'available'))>0">
|
||||
<xsl:choose><xsl:when test="count(key('item-by-status', 'reference'))>0">
|
||||
<br/>
|
||||
</xsl:when></xsl:choose>
|
||||
</xsl:when> </xsl:choose>
|
||||
|
||||
<xsl:choose>
|
||||
<xsl:when test="count(key('item-by-status', 'reference'))>0">
|
||||
<span class="available">
|
||||
|
|
Loading…
Reference in a new issue