From: Terran McCanna Date: Tue, 2 Mar 2021 19:21:24 +0000 (-0500) Subject: PINES Workaround for broken place hold links X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=989d19ec582c3a843e33ac38e44d7a8cc992bc3e;p=evergreen%2Fpines.git 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 --- 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 %]