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

--- Comment #1 from Owen Leonard <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to