Bugzilla – Attachment 100722 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.22 KB, created by
Katrin Fischer
on 2020-03-16 07:07:53 UTC
(
hide
)
Description:
Bug 24876: Fix capitalization on patron search for holds
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-03-16 07:07:53 UTC
Size:
2.22 KB
patch
obsolete
>From 9ec37fa99915bd629c295c95d815b4811e14705c Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 13 Mar 2020 20:36:07 +0000 >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 >--- > 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 00b7b66243..051585dc62 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"> > <ul class="nav nav-tabs" role="tablist"> > <li role="presentation"><a href="#holds_patronsearch_pane" aria-controls="holds_patronsearch_pane" role="tab" data-toggle="tab">Patrons</a></li> >@@ -116,7 +116,7 @@ > </div> > <div role="tabpanel" class="tab-pane" 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