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 <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Martin Renvoize 2022-06-23 11:13:10 +01:00 committed by Tomas Cohen Arazi
parent d533a92aa8
commit cd401736ed

View file

@ -716,7 +716,11 @@
[% END # /UNLESS notabs %]
[% FOREACH suggestion IN suggestions %]
[% UNLESS ( notabs ) %]
<div id="[% suggestion.suggestiontype | html %]" role="tabpanel" class="tab-pane">
[% ELSE %]
<div id="[% suggestion.suggestiontype | html %]">
[% END %]
<form class="update_suggestions" name="f" method="post" action="/cgi-bin/koha/suggestion/suggestion.pl#[% suggestion.suggestiontype| uri %]">
[% IF suggestion.suggestions.size %]