@@ -, +, @@ page titles, breadcrumbs, and heading - Confirm that the page shows "Library transfer limits for [library] [library code]" - Breadcrumb navigation, page title, and heading should match. - Swith to the advanced editor - The title should now be simply "Library transfer limits" --- .../prog/en/modules/admin/branch_transfer_limits.tt | 8 +++++--- .../prog/en/modules/admin/transfer_limits.tt | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt @@ -5,7 +5,7 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] - [% t("Library checkin and transfer policy") | html %] › + [% tx("Library transfer limits for {library_name} ({library_code})", { library_name = Branches.GetName( branchcode), library_code = branchcode } ) | html %] › [% t("Administration") | html %] › [% t("Koha") | html %] [% END %] @@ -24,7 +24,7 @@ Administration [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] - Set library checkin and transfer policy + [% tx("Library transfer limits for {library_name} ({library_code})", { library_name = Branches.GetName( branchcode), library_code = branchcode } ) | html %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %] @@ -34,7 +34,9 @@
-

Library [% branchcode | html %] - [% Branches.GetName( branchcode ) | html %] Checkin and transfer policy

+

+ [% tx("Library transfer limits for {library_name} ({library_code})", { library_name = Branches.GetName( branchcode), library_code = branchcode } ) | html %] +