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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 11 20:58:41 CEST 2015


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

Genevieve Plantin <genevieve.plantin at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #36510|0                           |1
        is obsolete|                            |

--- Comment #33 from Genevieve Plantin <genevieve.plantin at inlibro.com> ---
Created attachment 42487
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42487&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