[Koha-bugs] [Bug 15100] MARC21: Display of $d for 7xx and 1xx fields should be optional

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 8 00:44:13 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15100

--- Comment #9 from Jesse Weaver <jweaver at bywatersolutions.com> ---
Created attachment 46412
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46412&action=edit
Bug 15100: MARC21 - make display of "Dates associated with a name" optional

With the changes for RDA now more subfields for the fields
100, 110, 111, and 700, 710, 711 are displayed.
One of them is $d - Dates associated with a name

This patch adds separate treatment of the $d subfield and
wraps it in a span with the class "authordates".
This makes it possible to hide the information with CSS.

To test:
- Make sure you have several records with $d catalogued
- Check the display in result list and detail page
  with and without the page.
- Check, if there is a difference in display
- Check if the dates are correctly wrapped in a span
- Try to hide the information, using the following
  entry in your *UserCSS preferences:
  .authordates { display: none; }

Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
Works as advertised

Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list