diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt index 22c65fc19c..3696ad6162 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -292,13 +292,15 @@ Patron attribute types › Administration › Koha [% IF attribute.class %]

[% attribute.lib | html %]

[% END %] - +
- - + + + + @@ -315,15 +317,28 @@ Patron attribute types › Administration › Koha [% END %] [% IF libraries.count > 1 %] - [% libraries.count | html %] branches limitations + [% libraries.count | html %] library limitations [% ELSE %] - [% libraries.count | html %] branch limitation + [% libraries.count | html %] library limitation [% END %] [% ELSE %] No limitation [% END %] + + [% ELSE %] + [% item.authorised_value_category | html %] + [% END %] +
Code DescriptionBranches limitationActionsLibrary limitationAuthorized value categoryMandatoryActions
+ [% IF ( CAN_user_parameters_manage_auth_values ) %] + [% item.authorised_value_category | html %] + [% IF ( item.mandatory ) -%] + Yes + [% ELSE -%] + No + [% END %] + Edit Delete @@ -353,6 +368,8 @@ Patron attribute types › Administration › Koha [% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] + [% INCLUDE 'datatables.inc' %] + [% INCLUDE 'columns_settings.inc' %] [% END %]