[Koha-bugs] [Bug 14377] Indicate that a record is suppressed in staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 18 17:05:50 CEST 2015


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

--- Comment #6 from Winona Salesky <wsalesky at gmail.com> ---
(In reply to Winona Salesky from comment #5)
> Created attachment 42709 [details] [review]
> Bug #14377 Show "BIBNO - Suppressed in OPAC" for records with 942$n=1.
> 
> Includes class="suppressed_opac" for library specific styles.

Test Plan:
1) Apply this patch
2) Ensure you are using the default XSLT setting for the staff view.
3) Find or create a record with MARC tags 942$n=1
4) Check for “Suppressed in OPAC” at the top of the results div and at the top
of the full record display.

Recommended custom CSS:
.suppressed_opac {
 color:red; 
 font-size:1.25em;
 font-weight:bold; 
 float:right; 
 margin-right:2em;
 clear:none;
}

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


More information about the Koha-bugs mailing list