[Koha-bugs] [Bug 13406] Authority MARC display impossible to style via CSS

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 16 21:24:00 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13406

--- Comment #1 from Jane Sandberg <sandbergja at gmail.com> ---
Created attachment 78995
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78995&action=edit
Bug 13406 : Add styling classes to authority MARC detail display

When viewing authority MARC records in the staff client (detail view), the
MARC tags were not displaying with the tag_num, tag_desc, tag_ind1,
tag_ind2, and desc classes, which made it impossible to add styles
to these specific parts of a MARC tag.  This commit adds these
styles (which are the same as the classes in the bibliographic
MARC detail display).

To test:
1) Open the staff client, then click Authorities.
2) Search for an authority record.
3) Click on Details.
4) Examine some MARC fields.  Note that the entire tag title line
is in a single <div>.
5) Apply this commit.
6) Repeat steps 1-3.
7) Notice that the tag title line is now separated into several
spans, each with their own classes.

Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

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


More information about the Koha-bugs mailing list