From cd401736edc47655a7936260ec7abff234a5569e Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 23 Jun 2022 11:13:10 +0100 Subject: [PATCH] Bug 23991: (QA follow-up) Fix tabbing It looks like during one of the many rebases we lost some of the tabn handling, likely due to the conversion from jquery-ui to bootstrap tabs. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index b4cd1a4dfc..f2a10b94e2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -716,7 +716,11 @@ [% END # /UNLESS notabs %] [% FOREACH suggestion IN suggestions %] + [% UNLESS ( notabs ) %] +
+ [% ELSE %]
+ [% END %]
[% IF suggestion.suggestions.size %] -- 2.39.5