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:
parent
4c1d203980
commit
a9eb0c658a
1 changed files with 2 additions and 2 deletions
|
@ -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 %]
|
||||
|
||||
|
|
Loading…
Reference in a new issue