From 448ddaddf1e0c9bf0404e6fd8cbced6f18b0765d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 6 Apr 2022 15:35:47 +0000 Subject: [PATCH] Bug 30473: Convert suggestions page tabs to Bootstrap This patch updates the suggestions page to use Bootstrap tabs instead of jQueryUI. To test you should have multiple suggestions from different libraries, different item types, and different statuses. Apply the patch and go to Suggestions. - Suggestions should initially be displayed in tabs by status. - Confirm that the tabs look correct and work correctly. - Test that tabs work correctly for each option in the "Organize by" dropdown in the left-hand sidebar. --- .../prog/en/modules/suggestion/suggestion.tt | 488 +++++++++--------- 1 file changed, 246 insertions(+), 242 deletions(-) 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 1f691dcf93..49f8668b8b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -686,10 +686,10 @@ [% UNLESS ( notabs ) %]
-
+ [% END # /FOREACH suggestion %] [% UNLESS ( notabs ) %] + [% END # /UNLESS notabs %] [% END # /IF op == 'else' %] @@ -1303,8 +1306,9 @@ [% INCLUDE 'columns_settings.inc' %]