https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15949 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy CC| |katrin.fischer@bsz-bw.de --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Owen Leonard from comment #1)
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.
+1 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.