From 989d19ec582c3a843e33ac38e44d7a8cc992bc3e Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 2 Mar 2021 14:21:24 -0500 Subject: [PATCH] PINES Workaround for broken place hold links This is a temporary workaround for the broken Cancel / Continue / Back to Search buttons in the OPAC. This workaround can be removed when a fix for https://bugs.launchpad.net/evergreen/+bug/1917513 is developed. Signed-off-by: Terran McCanna --- Open-ILS/src/templates-bootstrap/opac/parts/place_hold.tt2 | 2 +- Open-ILS/src/templates-bootstrap/opac/parts/place_hold_result.tt2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/place_hold.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/place_hold.tt2 index e70e42a952..0a149b2fd9 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/place_hold.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/place_hold.tt2 @@ -344,7 +344,7 @@ function maybeToggleNumCopies(obj) {
[% END # some_holds_allowed %] - +
diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/place_hold_result.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/place_hold_result.tt2 index 6f2597d8e3..ea563dbaad 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/place_hold_result.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/place_hold_result.tt2 @@ -151,11 +151,11 @@ function disable_submit() { [% END %] [% IF any_failures OR ctx.general_hold_error %] - [% l('Back To Search') %] - [% l('Cancel') %] + [% l('Back To Search') %] + [% l('Cancel') %] [% ELSE %]