Bugzilla – Attachment 101490 Details for
Bug 24876
Fix capitalization on patron search for holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24876: Fix capitalization on patron search for holds
Bug-24876-Fix-capitalization-on-patron-search-for-.patch (text/plain), 2.17 KB, created by
Nick Clemens (kidclamp)
on 2020-03-23 19:03:20 UTC
(
hide
)
Description:
Bug 24876: Fix capitalization on patron search for holds
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-03-23 19:03:20 UTC
Size:
2.17 KB
patch
obsolete
>From e09ca69f958321af9a35d8c6c9da01c2ed376385 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 22 Mar 2020 12:10:43 +0100 >Subject: [PATCH] Bug 24876: Fix capitalization on patron search for holds > >When placing a hold in the staff interface, the heading on the >search box reads: Search Patrons or clubs >The patch changes it to be Search patrons... instead. >Also changes club id to club ID. > >To test: >- Place a hold in the staff interface >- Verify the capitalization error >- Switch tabs to Clubs, see: club id >- Apply patch >- Verify it's all good now > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 7ccddd5f02..dfe26e2e5b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -89,7 +89,7 @@ > </div> > [% END %] > <fieldset class="brief"> >- <label>Search Patrons or clubs</label> >+ <label>Search patrons or clubs</label> > <div id="circ_holds_select" class="toptabs"> > <ul> > <li><a href="#holds_patronsearch_pane">Patrons</a></li> >@@ -118,7 +118,7 @@ > </div> > <div id="holds_clubsearch_pane"> > <form id="holds_clubsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post"> >- <div class="hint">Enter club id or partial name:</div> >+ <div class="hint">Enter club ID or partial name:</div> > <input type="text" size="40" id="club" class="focus" name="findclub" autocomplete="off" /> > <input type="submit" value="Search" /> > [% IF multi_hold %] >-- >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 24876
:
100721
|
100722
|
101352
|
101354
| 101490