From f3d1a667a1844dc53de619bc5a7991f6ca70b04f Mon Sep 17 00:00:00 2001 From: Andreas Roussos Date: Thu, 18 Nov 2021 09:37:01 +0100 Subject: [PATCH] Bug 29513: Convert remaining breadcrumbs div blocks into nav As per https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27846#c0, breadcrumbs should adhere to the WAI-ARIA Authoring Practices. Most Staff Client template files have already been fixed, but there were a few that were missed. This patch fixes that. Test plan: 1) Apply this patch. 2) Visit these pages in the Staff Client: Home > Acquisitions > TestVendor > Basket TestBasket (1) for TestVendor (*) Home > Administration > Set library checkin and transfer policy (**) Home > Patrons > Merge patron records (***) ...and confirm that the breadcrumbs display correctly. (*) Can be accessed by creating a test basket for a test vendor (**) Can be found under Administration -> Patrons and circulation (***) Can be found by trying to merge two Patron records Signed-off-by: Owen Leonard --- .../prog/en/modules/acqui/addorderiso2709.tt | 22 ++++++++++++++++++- .../prog/en/modules/admin/transfer_limits.tt | 15 ++++++++++++- .../prog/en/modules/members/merge-patrons.tt | 14 +++++++++++- 3 files changed, 48 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt index d80aaef044..15d25f369d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -23,7 +23,27 @@ Batch list [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] - + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt index 534d384bba..595f2d841a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt @@ -19,7 +19,20 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] - +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt index b9bb5071c2..69fe1802b9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt @@ -79,7 +79,19 @@ [% END %] [% END %] - +
-- 2.20.1