[Bug 20132] New: Source: vs. In: in result list and detail pages
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: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org