From 4f2aeab257b775c1ed89897ea57ccf668dd0c954 Mon Sep 17 00:00:00 2001 From: Ella Wipatene Date: Wed, 20 Jan 2021 00:29:00 +0000 Subject: [PATCH] Bug 27469: Improve link text when returning to booksellers page This is to make the link more accessible for screen readers. 1. (Without patch) go to 'Acquisitions' and then 'Basket' 2. The link for the booksellers page should say 'Click here to go back to booksellers page' 3. Add patch 4. The link should now just say 'Go back to booksellers page', i.e. there is now no 'Click here' Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index ddd8df99ae..70af3aef5b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -185,7 +185,7 @@ [% END %] - Click here to go back to booksellers page + Go back to booksellers page [% ELSE %] Show baskets for vendor [% booksellername | html %] Show all active baskets [% END %] -- 2.11.0