Bugzilla – Attachment 155451 Details for
Bug 34443
Spelling: Patron search pop-up Sort1: should be Sort 1:
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34443: Spelling: Patron search pop-up Sort1: should be Sort 1
Bug-34443-Spelling-Patron-search-pop-up-Sort1-shou.patch (text/plain), 1.88 KB, created by
Laura Escamilla
on 2023-09-08 17:15:19 UTC
(
hide
)
Description:
Bug 34443: Spelling: Patron search pop-up Sort1: should be Sort 1
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2023-09-08 17:15:19 UTC
Size:
1.88 KB
patch
obsolete
>From 57a3a54cf44b1d847b4c97aacf1cf8b1ca30885e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 8 Sep 2023 15:44:33 +0000 >Subject: [PATCH] Bug 34443: Spelling: Patron search pop-up Sort1: should be > Sort 1 > >This patch instances of "Sort1" and "Sort2" being used >as labels in the interface, replacing the strings with "Sort 1" and >"Sort 2" > >To test, apply the patch and test this page: > >With the borrowerRelationship system preference populated, edit a >child record and click the "Add guarantor" button. There are two >fields in the form with the updated labels. > >Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >index 8f13fa0374..d51a499b9a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -61,12 +61,12 @@ > </li> > [% CASE 'sort1' %] > <li> >- <label for="sort1_filter">Sort1:</label> >+ <label for="sort1_filter">Sort 1:</label> > [% PROCESS 'av-build-dropbox.inc' name="sort1_filter", category="Bsort1", empty=1, size = 20 %] > </li> > [% CASE 'sort2' %] > <li> >- <label for="sort2_filter">Sort2:</label> >+ <label for="sort2_filter">Sort 2:</label> > [% PROCESS 'av-build-dropbox.inc' name="sort2_filter", category="Bsort2", empty=1, size = 20 %] > </li> > [% CASE 'search_field' %] >-- >2.30.2
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 34443
:
155444
|
155451
|
155633