Bugzilla – Attachment 84078 Details for
Bug 20165
Capitalization: Street Address should be Street address in patron search options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20165: Changed uppercase letter to a lowercase letter in the patron search search fields under the plus option.
Bug-20165-Changed-uppercase-letter-to-a-lowercase-.patch (text/plain), 1.77 KB, created by
Katrin Fischer
on 2019-01-16 19:58:25 UTC
(
hide
)
Description:
Bug 20165: Changed uppercase letter to a lowercase letter in the patron search search fields under the plus option.
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-01-16 19:58:25 UTC
Size:
1.77 KB
patch
obsolete
>From 8c9c8a9a3c5437f9d9eb9be08023e9172ee2dcfd Mon Sep 17 00:00:00 2001 >From: Olivia Lu <olivialokm@gmail.com> >Date: Tue, 15 Jan 2019 03:15:37 +0000 >Subject: [PATCH] Bug 20165: Changed uppercase letter to a lowercase letter in > the patron search search fields under the plus option. > >Changed "Street Address" to "Street address" in the patron search search >fields under the plus sign to fit Koha's capitalization rules. > >To find this change: > >1. Go to Patrons and switch in the search to search patrons >2. Click on the plus sign >3. Check "Search fields" pull down >4. "Street Address" should now be "Street address" > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 b56fab9a33..627eedb7fe 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -48,9 +48,9 @@ > <option value='phone'>Phone number</option> > [% END %] > [% IF searchfieldstype == "address" %] >- <option selected="selected" value='address'>Street Address</option> >+ <option selected="selected" value='address'>Street address</option> > [% ELSE %] >- <option value='address'>Street Address</option> >+ <option value='address'>Street address</option> > [% END %] > [% IF searchfieldstype == "dateofbirth" %] > <option selected="selected" value='dateofbirth'>Date of birth</option> >-- >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 20165
:
83929
|
84012
|
84025
|
84029
| 84078