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

2020-01-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15949

--- Comment #3 from Christopher Brannon  ---
I think, in the interest of keeping things simple, and not having programmers
hate this, it would be better to have either a brief code, or a numeric problem
ID or subclass so people are not having to use #checkin_no_item_with_barcode. 
As someone that uses jQuery a lot, it would annoy me more than keeping a unique
code or number straight.  But, that is my personal opinion and not the opinion
of programmers.

Either way, it would work.

HOWEVER, it would be even BETTER, if there were a page that could be dedicated
to customizations, and would isolate key alerts and such that people could
easily set.  Koha is HIGHLY customizable, but not everyone wants the nitty
gritty of CSS.  Looking things up, possibly mistyping something, trying to
figure out what they did wrong.  Not everyone wants to keep up on CSS.

Keep the ability to customize CSS, but add some basic choices for those who
don't CSS.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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/


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

2020-01-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15949

Katrin Fischer  changed:

   What|Removed |Added

   Keywords||Academy
 CC||katrin.fisc...@bsz-bw.de

--- Comment #2 from Katrin Fischer  ---
(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 ) %]
> No item with
> barcode: [% errmsgloo.msg %]
> [% 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.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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/


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

2017-12-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15949

Lisette  changed:

   What|Removed |Added

 CC||lisettesla...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


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

2016-03-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15949

--- Comment #1 from Owen Leonard  ---
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 ) %]
No item with barcode:
[% errmsgloo.msg %]
[% 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
Koha-bugs@lists.koha-community.org
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/