@@ -, +, @@ - go to a category with at least one value, see the complete breadcrumb "Home › Administration › Authorized values › Authorized values for category" with link on the 3 first menus - create a new category / go to an empty category ; see the incomplete breadcrumb "Home › Administration › Authorized values" with link only on the 2 first menus - Apply patch - go to category with at least one value, breadcrumbs should look like Home › Administration › Authorized values › Authorized values for category CATEGORY - got to category with no values, breadcrumbs should look the same as category with values --- .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 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 @@ -30,9 +30,9 @@ [% IF ( action_modify ) %]Modify authorized value[% END %] [% IF ( action_add_value ) %]New authorized value[% END %] [% IF ( action_add_category ) %]New category[% END %] - [% ELSIF ( loop ) %] + [% ELSIF ( loop || searchfield ) %] Authorized values › - Authorized values for category [% category_name | html %] + Authorized values for category [% category.category_name | html %] [% ELSE %] Authorized values [% END %] --