Follow up to Bug 6857: Change language from 'reserve' to 'hold'

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>
This commit is contained in:
Nicole C. Engard 2011-09-08 14:30:32 -04:00 committed by Chris Cormack
parent 4c1d203980
commit a9eb0c658a

View file

@ -221,8 +221,8 @@
[% 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 %]