[Koha-bugs] [Bug 15949] New: Making certain alerts stand out

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 1 18:14:36 CET 2016


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: koha-bugs at lists.koha-community.org
          Reporter: cbrannon at cdalibrary.org
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

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.


More information about the Koha-bugs mailing list