Bugzilla – Attachment 83929 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.45 KB, created by
Olivia
on 2019-01-15 03:27:38 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:
Olivia
Created:
2019-01-15 03:27:38 UTC
Size:
1.45 KB
patch
obsolete
>From 99b5ae2ee14fdf9f661b2629a0baf1b6f82fa127 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" >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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..351c5d9018 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -48,7 +48,7 @@ > <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> > [% 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 20165
:
83929
|
84012
|
84025
|
84029
|
84078