Follow up to Bug 6857: Change language from 'reserve' to 'hold'
authorNicole C. Engard <nengard@bywatersolutions.com>
Thu, 8 Sep 2011 18:30:32 +0000 (14:30 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 11 Sep 2011 09:36:15 +0000 (21:36 +1200)
Reserves are called holds all throughout the OPAC so this follow up
updates the language in this patch to match the standard.

Also adds an id tag to the message for altering with JQuery.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt

index 12c5190..5c38ed4 100644 (file)
                       [% END %]
                     </h3>[% END %]
              [% IF (RESERVE_CHARGE) %]
-             <div class="dialog alert">
-               There is a charge of [% RESERVE_CHARGE %] for placing this reserve
+             <div class="dialog alert" id="reserve_fee">
+               There is a charge of [% RESERVE_CHARGE %] for placing this hold
              </div>
              [% END %]