From 2c08cd2ad182caba47cf262c6b9767ce5e585280 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 13 Oct 2022 19:56:50 +0000 Subject: [PATCH] Bug 31780: Add page-section class to audio alerts To test: 1. Apply the patch and go to Administration -> Audio alerts 2. Confirm that the screen/table look correct with the page-section class added. Note: There are some indentation changes. Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- .../prog/en/modules/admin/audio_alerts.tt | 78 ++++++++++--------- 1 file changed, 40 insertions(+), 38 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 2208ff5ef6..22879620cf 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 @@ -100,48 +100,50 @@ [% END %] [% END %] - - - - - - - - - - - - - - [% FOREACH a IN audio_alerts %] +
+
 PrecedenceChange orderSelectorSound 
+ - - - + + + + + + + - - - + + [% FOREACH a IN audio_alerts %] + + + + - - - - - [% END %] - -
[% a.precedence | html %] - - - +  PrecedenceChange orderSelectorSound 
[% a.precedence | html %] + + + - - - + + + - - - - [% a.selector | html %][% a.sound | html %] - Edit
+ + + + + + + + + [% a.selector | html %] + [% a.sound | html %] + + Edit + + [% END %] + + +

-- 2.20.1