diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 959ffb4595..fabd008a47 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -7,6 +7,9 @@ [% IF ( action_modify ) %]Modify authorized value › [% END %] [% IF ( action_add_value ) %]New authorized value › [% END %] [% IF ( action_add_category ) %]New category › [% END %] + [% IF ( action_modify || action_add_value ) %] + Authorized values for category [% category_name | html %] › + [% END %] [% END %] Authorized values › Administration › Koha @@ -56,19 +59,26 @@
  • Authorized values
  • - [% IF ( action_modify ) %] + [% IF ( action_modify || action_add_value ) %]
  • - - Modify authorized value - -
  • - [% END %] - [% IF ( action_add_value ) %] -
  • - - New authorized value + + Authorized values for category [% category_name | html %]
  • + [% IF ( action_modify ) %] +
  • + + Modify authorized value + +
  • + [% END %] + [% IF ( action_add_value ) %] +
  • + + New authorized value + +
  • + [% END %] [% END %] [% IF ( action_add_category ) %]