@@ -, +, @@ the main table --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -471,6 +471,7 @@ Item types › Administration › Koha [% IF op == 'list' %]

Item types administration

[% IF itemtypes %] +
[% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %][% END %] @@ -594,6 +595,7 @@ Item types › Administration › Koha [% END %]
Image
+
[% ELSE %]
There are no itemtypes defined
[% END %] --