http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11431
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Kyle M Hall <[email protected]> --- 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. _______________________________________________ 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/
