[Koha-bugs] [Bug 11881] Small improvements in OPAC results list.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 4 20:12:03 CET 2015


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

--- Comment #28 from simith.doliveira at inlibro.com ---
Created attachment 36510
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36510&action=edit
Small improvements for the availability informations in the search results list
on the OPAC

This patch contains small modifications to the template of OPAC search results.
Theses modifications affect the "Availability" line :
* Add a linebreak after each location.
* Add the text "Call Number:" before call numbers.

To test:

I) Apply the patch

II) Include the following test in the OPACUserCSS preference:

.searchresults .CommasWithLinebreaks {
    display: block; # block - line breaks, inline - all one line
}

.searchresults .LabelCallNumber {
    display: inline; # inline - display, none - don't display
}

III) Do a search on the OPAC

IV) Validate : check the format of availability informations for each search
result (Breakline or "Call Number:" text).

Sponsored-by: CCSR ( http://www.ccsr.qc.ca )

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


More information about the Koha-bugs mailing list