https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20132
Bug ID: 20132
Summary: Source: vs. In: in result list and detail pages
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: MARC Bibliographic data support
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
In the OPAC we display 773$t in the result list as "Source"
598 <xsl:if test="marc:datafield[@tag=773]">
599 <xsl:for-each select="marc:datafield[@tag=773]">
600 <xsl:if test="marc:subfield[@code='t']">
601 <span class="results_summary source">
602 <span class="label">Source: </span>
603 <xsl:value-of select="marc:subfield[@code='t']"/>
604 </span>
605 </xsl:if>
606 </xsl:for-each>
607 </xsl:if>
On the detail page the same information is labelled as In: and shows many more
subfields.
We should improve both displays to be the same in detal/result in
OPAC/intranet.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/