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 <[email protected]> --- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt index 12c5190..5c38ed4 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt @@ -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 %] -- 1.7.2.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
