@@ -, +, @@ - Apply patch - Disable syspref 'AudioAlerts' - Go to Home > Administration > Audio alerts - Note hint below title 'Audio alerts' - Enable syspref 'AudioAlerts' - Go to Home > Administration > Audio alerts - Hint is no longer visible (since audios are enabled) - Open Help page (top right) - Verify that hint on help page makes sense. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt | 7 +++++++ koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/audio_alerts.tt | 2 ++ 2 files changed, 9 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt @@ -1,3 +1,4 @@ +[% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Audio alerts [% INCLUDE 'doc-head-close.inc' %] @@ -75,6 +76,12 @@

Audio alerts

+ [%IF !( Koha.Preference('AudioAlerts') ) %] +
+

Note:

+

Please enable system preference 'AudioAlerts' to activate sounds.

+
+ [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/audio_alerts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/audio_alerts.tt @@ -4,6 +4,8 @@

This section of Koha lets you specify a given sound to play when a given jQuery selector is matched.

+

Note: Use system preference 'AudioAlerts' to enable/disable sounds.

+

Adding a new alert

To add a new alert:

--