From becd5bd8e8997804e15b946fbab78063e6ad4a75 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 17 Mar 2022 18:21:56 +0000 Subject: [PATCH] Bug 29998: Replace the use of jQueryUI tabs on item types administration page This patch updates the item type edit interface so that it uses Bootstrap tabs instead of jQueryUI tabs for displaying icon sets. Unrelated: The patch removes an invalid "type" attribute from a - -
- +
+
+
+ +
+
- [% FOREACH imageset IN imagesets %] -
-
    - [% FOREACH image IN imageset.images %] -
  • + [% FOREACH imageset IN imagesets %] + [% IF ( imageset.imagesetactive ) %] +
    + [% ELSE %] +
    + [% END %] +
    + [% FOREACH image IN imageset.images %] -
  • - [% END %] -
-
-
- [% END %] + [% END #/ FOREACH image %] +
+ + [% END #/FOREACH imageset %] -
- -
-
- + [% ELSE %] + + + [% END %] + + + [% END %]
  1. @@ -362,7 +386,7 @@ Item types › Administration › Koha
  2. - [% IF itemtype.checkinmsgtype == 'message' %] [% ELSE %] @@ -589,7 +613,6 @@ Item types › Administration › Koha [% INCLUDE 'columns_settings.inc' %] [% END %] -- 2.39.5