From 2f6d1e8240192bb501d1f41ed9190fb430640eb9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 24 Oct 2015 12:01:52 +0200 Subject: [PATCH] Bug 11431: (QA followup) Typo in help file / variable name Fixes the variable name to avoid a double-up that made it impossible to turn off the sounds in general. If AudioAlerts are turned off, they will only work on the audio administration page now so you can set up and test the different sounds there. Also fixes a little typo in the help file. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- admin/audio_alerts.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 2 +- .../intranet-tmpl/prog/en/modules/help/admin/audio_alerts.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/audio_alerts.pl b/admin/audio_alerts.pl index 8470255cef..fa55b28dfb 100755 --- a/admin/audio_alerts.pl +++ b/admin/audio_alerts.pl @@ -63,6 +63,6 @@ if (@delete) { Koha::AudioAlerts->fix_precedences(); } -$template->param( AudioAlerts => 1, audio_alerts => scalar Koha::AudioAlerts->search() ); +$template->param( AudioAlertsPage => 1, audio_alerts => scalar Koha::AudioAlerts->search() ); output_html_with_http_headers $cgi, $cookie, $template->output; diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc index 3a544477ff..73514c274d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -65,7 +65,7 @@ [% END %] -[% IF Koha.Preference('AudioAlerts') || AudioAlerts %] +[% IF Koha.Preference('AudioAlerts') || AudioAlertsPage %]