https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15437
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #110024|0 |1 is obsolete| | --- Comment #16 from Martin Renvoize <[email protected]> --- Created attachment 110220 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110220&action=edit Bug 15437: (follow-up) Move $i subfield display to the beginning and add OPAC This patch builds on Caitlin's to finish the work but keeping as much from her code as possible. - Finishes reindenting started in first patch - Readds a space after the label - Moves $i to the beginning of the field as suggested by MARC21 documentation: http://www.loc.gov/marc/bibliographic/bd76x78x.html The data in subfield $i can be displayed preceding the other data contained in the field. - Adds a span with a class around the $i so people can control the formatting To test: - Catalog a record with 780/785 with and without $i. - Verify that they display nicely in staff and OPAC, $i should show. Also $a and $t will show (unchanged by this patch) Signed-off-by: Katrin Fischer <[email protected]> Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
