From f3a324c247b2d9dfc481b391b05824977b1945c7 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 24 Oct 2015 12:01:52 +0200 Subject: [PATCH] Bug 11431: QA follow-up: 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. --- admin/audio_alerts.pl | 2 +- .../prog/en/includes/doc-head-close.inc | 2 +- .../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 8470255..fa55b28 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 3a54447..73514c2 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 %]