@@ -, +, @@ administration page - Go to Administration -> Item types in the staff interface. - Edit an item type. - On the edit page you should see tabs under "Choose an icon." - Confirm that the tabs look correct and work correctly. - If you did not previously have any icon selected, the "None" tab should be active. - If you had an icon selected, that icon set's tab should be active. - Confirm that if you specify a remote image (e.g. https://via.placeholder.com/50/FF0000/FFFFFF.png ) the tab is correctly shown after you save and re-edit. - Confirm that changing icons works correctly and that the selected icon's tab is always active when you return to the edit view. --- .../prog/en/modules/admin/itemtypes.tt | 130 +++++++++++------- 1 file changed, 78 insertions(+), 52 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -25,12 +25,25 @@ Item types › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] - +[% FILTER collapse %] + +[% END %] @@ -222,33 +235,46 @@ Item types › Administration › Koha [% END %] [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %] -
-
Choose an icon:
-
+ [% 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 %] --