Bug 24876: Fix capitalization on patron search for holds
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 22 Mar 2020 11:10:43 +0000 (12:10 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 24 Mar 2020 09:31:33 +0000 (09:31 +0000)
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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt

index 7ccddd5..dfe26e2 100644 (file)
@@ -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>
                         </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 %]