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

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


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15949

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
I think perhaps a better solution is to make sure that messages like this get
unique ID atributes so that you can define custom CSS for particular messages
which are of higher priority to your library. For example:

[% IF ( errmsgloo.badbarcode ) %]
    <p id="checkin_no_item_with_barcode" class="problem">No item with barcode:
[% errmsgloo.msg %]</p>
[% END %]

That would also allow you to define custom audio alerts for those messages.

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


More information about the Koha-bugs mailing list