Bugzilla – Attachment 115670 Details for
Bug 27469
Improve link text when returning to vendor page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27469: Improve link text when returning to booksellers page
Bug-27469-Improve-link-text-when-returning-to-book.patch (text/plain), 1.79 KB, created by
Marcel de Rooy
on 2021-01-22 09:26:32 UTC
(
hide
)
Description:
Bug 27469: Improve link text when returning to booksellers page
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2021-01-22 09:26:32 UTC
Size:
1.79 KB
patch
obsolete
>From 8acae7b790492e3769c452809207c5e007fbbedc Mon Sep 17 00:00:00 2001 >From: Ella Wipatene <ellawipatene@gmail.com> >Date: Wed, 20 Jan 2021 00:29:00 +0000 >Subject: [PATCH] Bug 27469: Improve link text when returning to booksellers > page >Content-Type: text/plain; charset=utf-8 > >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 <oleonard@myacpl.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >https://bugs.koha-community.org/show_bug.cgi?id=27496 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 %] > </ul> > </div> >- <a href="booksellers.pl">Click here to go back to booksellers page</a> >+ <a href="booksellers.pl">Go back to booksellers page</a> > [% ELSE %] > <a href="/cgi-bin/koha/acqui/booksellers.pl?booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-sm">Show baskets for vendor [% booksellername | html %]</a> <a href="/cgi-bin/koha/acqui/booksellers.pl" class="btn btn-default btn-sm">Show all active baskets</a> > [% END %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27469
:
115392
|
115432
|
115433
|
115636
|
115637
| 115670 |
115671