Browse Source

Bug 15179 (QA Followup) Fix comments to 'other classification'

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
17.05.x
Nick Clemens 7 years ago
committed by Kyle M Hall
parent
commit
0c2cfc8ac1
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl
  2. 2
      koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl

2
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl

@ -770,7 +770,7 @@
</span>
</xsl:if>
<!-- DDC classification -->
<!-- Other classification -->
<xsl:if test="marc:datafield[@tag=084]">
<span class="results_summary oc">
<span class="label">Other classification: </span>

2
koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl

@ -822,7 +822,7 @@
</span>
</xsl:if>
<!-- DDC classification -->
<!-- Other classification -->
<xsl:if test="marc:datafield[@tag=084]">
<span class="results_summary oc">
<span class="label">Other classification: </span>

Loading…
Cancel
Save