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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 27 21:44:45 CET 2014


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

--- Comment #21 from simith.doliveira at inlibro.com ---
To test:

I) Apply the patch
validate: no breakline nor "Call Number:" text.

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
}

validate: Breakline or "Call Number:" text.

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


More information about the Koha-bugs mailing list