From a489dc120b5df242db1d13edaea629ba6b7d020d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 28 Jul 2017 16:54:55 -0400 Subject: [PATCH] LP#1701001: add "patron search" button to OPAC place hold form This button is displayed only when the public catalog is embedded in the web staff client and the iframe's controller explicitly unhides the button. Signed-off-by: Galen Charlton Signed-off-by: Chris Sharp Signed-off-by: Jason Etheridge --- Open-ILS/src/templates/opac/parts/place_hold.tt2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/place_hold.tt2 b/Open-ILS/src/templates/opac/parts/place_hold.tt2 index c9f1d99240..73192ba3bb 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold.tt2 @@ -84,7 +84,11 @@ function toggleActivationDate() {
+ + [% IF ctx.is_browser_staff %] + + [% END %] +
-- 2.43.2