[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
Tue Nov 10 08:09:28 CET 2015


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

--- Comment #5 from Frédéric Demians <frederic at tamil.fr> ---
> Does this need a syspref? or how to control the class to hide or show the
> span tag?

No syspref. You'd just need to enclose 100/70x date subfield into html <span>
with a class identifying it precisely. For example:

  <span class="authordates">1802-1885</span>

You have an example with author $4 subfield.

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


More information about the Koha-bugs mailing list