[Koha-bugs] [Bug 11431] Add additional sound options for warnings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 20 19:51:57 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11431

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
I think we can do this in a fairly elegant way:
1) Identify all triggers of existing sounds
2) Strip out existing html for playing sounds
3) Make those existing sound-triggering dialogs with a class "audio-success",
"audio-error"
4) Add a new "warning" sound
5) Add the class "audio-alert" to those dialogs that should trigger the new
audio sound
6) Modify the header include to trigger the respective sound if an element with
one of these classes is present on the page via jquery ( if soundon is enabled
of course )
7) Rename soundon to something more sensible ( eg UseSounds, UseAudioAlerts,
etc )

-- 
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