Bug 5723: Font for 780s on staff client shrinks
This patch fixes the bug that caused 780s in the staff client details XSLT to display in progressively smaller fonts. This also corrects the semantics of the 780 ind1. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
622f804ffd
commit
02d15007df
1 changed files with 4 additions and 4 deletions
|
@ -579,6 +579,7 @@
|
|||
<!-- 780 -->
|
||||
<xsl:if test="marc:datafield[@tag=780]">
|
||||
<xsl:for-each select="marc:datafield[@tag=780]">
|
||||
<xsl:if test="@ind1=0">
|
||||
<span class="results_summary">
|
||||
<xsl:choose>
|
||||
<xsl:when test="@ind2=0">
|
||||
|
@ -625,12 +626,11 @@
|
|||
</xsl:choose>
|
||||
</span>
|
||||
|
||||
<xsl:choose>
|
||||
<xsl:when test="@ind1=0">
|
||||
<xsl:if test="marc:subfield[@code='n']">
|
||||
<span class="results_summary"><xsl:value-of select="marc:subfield[@code='n']"/></span>
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
</xsl:if>
|
||||
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
|
||||
|
|
Loading…
Reference in a new issue