From 0c131c677fdd4db27f70b3f50e28b6525d888468 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Mon, 29 Feb 2016 17:45:43 -0500 Subject: [PATCH] LP#1551451 Hide OPAC footer when viewed inside staff client This patch hides the contents of opac/parts/footer.tt2 if being viewed in a 'staff' context. To test, view same OPAC pages through browser and through Staff Client. Signed-off-by: Terran McCanna Signed-off-by: Erica Rohlfs Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/parts/footer.tt2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/src/templates/opac/parts/footer.tt2 b/Open-ILS/src/templates/opac/parts/footer.tt2 index 4e62f85b52..a5d7d9fb36 100644 --- a/Open-ILS/src/templates/opac/parts/footer.tt2 +++ b/Open-ILS/src/templates/opac/parts/footer.tt2 @@ -1,3 +1,4 @@ +[% IF !ctx.is_staff %] +[% END %] \ No newline at end of file -- 2.43.2