From: Terran McCanna Date: Mon, 29 Feb 2016 22:45:43 +0000 (-0500) Subject: LP#1551451 Hide OPAC footer when viewed inside staff client X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fmccanna%2Flp1551451_hide_opac_footer_in_staff_client;p=working%2FEvergreen.git 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 --- 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