Change part hold wording to "Any Part" user/bshum/tpac-part-holds-wording
authorBen Shum <bshum@biblio.org>
Mon, 11 Jun 2012 18:49:09 +0000 (14:49 -0400)
committerBen Shum <bshum@biblio.org>
Mon, 11 Jun 2012 18:49:09 +0000 (14:49 -0400)
Currently, when placing a parts hold, the interface refers to the default
choice of "All Parts".  This has been found misleading for some patrons/staff
who believe that the hold being created is a single hold against "all" of the
part items.

Calling it "Any Part" instead may help to clear up the fact that the part hold
being created can target any part, rather than all of them.

Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/place_hold.tt2

index ec979e3..b3a4f63 100644 (file)
@@ -50,7 +50,7 @@
                             <span>[% hdata.part_required ? l('Select a Part:') : l('Select a Part (optional):') %]</span>
                             <select name='part'>
                                 [% IF !hdata.part_required %]
-                                <option selected='selected' value=''>[% l('- All Parts -') %]</option>
+                                <option selected='selected' value=''>[% l('- Any Part -') %]</option>
                                 [% END %]
                                 [% FOR part IN hdata.parts %]
                                 <option value='[% part.id %]'>[% part.label | html %]</option>