@@ -, +, @@ itemtypes/authorised values - add an itemtype - edit an itemtype - add an authorised value category - add an authorised value value - edit an authorised value value --- .../prog/en/modules/admin/authorised_values.tt | 6 +++++- .../prog/en/modules/admin/itemtypes.tt | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -60,7 +60,7 @@
  1. [% IF ( action_add_category ) %] - + [% ELSE %]Category [% category %] [% END %] @@ -68,7 +68,11 @@
  2. [% IF ( action_modify ) %][% END %] + [% IF ( action_add_category ) %] + [% ELSE %] + + [% END %]
  3. --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -168,11 +168,15 @@ Item types administration
  4. [% ELSE %]
  5. - +
  6. [% END %]
  7. -
  8. + [% IF ( itemtype ) %] + + [% ELSE %] + + [% END %] [% IF ( noItemTypeImages ) %]
  9. Image: Item type images are disabled. To enable them, turn off the noItemTypeImages system preference
[% ELSE %] --