[Koha-bugs] [Bug 26825] Add span for publication date in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 27 16:12:50 CET 2020


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 112580
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112580&action=edit
Bug 26825: Add span for publication date in OPAC

This patch modifies the XSL templates for OPAC results and OPAC details
so that the parts of the publisher details are wrapped separate <span>s:
Publisher place, name, and date.

To test, apply the patch "restart_all" if necessary.

You can add this to the OPACUserCSS system preference to better see the
change:

.publisher_place { color: red; }
.publisher_name { color: green; }
.publisher_date { color: orange; }

- Peform a search in the OPAC
- In the search results, confirm that the publisher plac, name, and date
  are wrapped in separate <span>s, either by confirming the custom
  colors or by inspecting the source.
- View the details for one of the results. Confirm that the same change
  has been made to the detail page.

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


More information about the Koha-bugs mailing list