From 49604d06298d0adb87269d73351c163893cd3b59 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 7 Sep 2023 15:41:58 +0000 Subject: [PATCH] Bug 34409: Fix inconsistencies in Audio alerts headers This patch makes a minor change to the structure of the audio alerts administration template so that the add/edit form is more consistent with other similar forms. The patch doesn't make any changes to page title and breadcrumbs because the add/edit action doesn't trigger a page reload, so the required change can't be made just with markup. To test, apply the patch and enable the AudioAlerts system preference if necessary. - Go to Administration -> Audio alerts. - Click "New alert" and confirm that the form looks correct. - Edit an existing alert to confirm that this view also looks correct. Signed-off-by: Salah Ghedda --- .../intranet-tmpl/prog/en/modules/admin/audio_alerts.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt index c25ac79024..80f36551d1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt @@ -37,10 +37,11 @@ New alert +
+

New alertEdit alert

-

Add new alertEdit alert

- + Audio alert details
  1. -- 2.34.1