@@ -, +, @@ and order of options --- .../intranet-tmpl/prog/en/modules/admin/categories.tt | 10 +++++----- .../prog/en/modules/admin/preferences/opac.pref | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -356,16 +356,16 @@ [% ELSE %] [% END %] - [% IF category and category.BlockExpiredPatronOpacActions_contains('renew') %] - - [% ELSE %] - - [% END %] [% IF category and category.BlockExpiredPatronOpacActions_contains('ill_request') %] [% ELSE %] [% END %] + [% IF category and category.BlockExpiredPatronOpacActions_contains('renew') %] + + [% ELSE %] + + [% END %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -646,7 +646,7 @@ OPAC: renew: "Renewing an item" hold: "Placing a hold on an item" ill_request: "Placing an ILL request" - - "

Please note: OPAC actions blocked based on the patron category take priority over this preference.

" + - "

NOTE: OPAC actions blocked using the patron category setting take priority over this system preference.

" - - The cleanup_database.pl cronjob automatically deletes unaccepted private list share invites after - pref: PurgeListShareInvitesOlderThan --