https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15949
Bug ID: 15949
Summary: Making certain alerts stand out
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
In the attempt to make certain messages stand out from others (in this case,
when an item is checked in that is not in the system or is miss-scanned), I
added the following jquery:
//Enhance No item with barcode message
$("p.problem:contains('No item with
barcode:')").parent("div").removeClass("alert").css("background-color","red").css("border","1px
solid #e0c726").css("background","rgba(0, 0, 0, 0) -moz-linear-gradient(center
top , #FAECEC 0%, #FAECEC 9%, #FC1B1B 89%, #FA2A2A 100%) repeat scroll 0 0");
//End Enhance
Would love to see visual enhancements of the alerts become a preference in
admin.
Christopher
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/