[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0c131c677fdd4db27f70b3f50e28b6525d888468
Evergreen Git
git at git.evergreen-ils.org
Mon Mar 7 13:23:48 EST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 0c131c677fdd4db27f70b3f50e28b6525d888468 (commit)
from 112731273e3ebd6037818a7c0b95f68503e8693e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0c131c677fdd4db27f70b3f50e28b6525d888468
Author: Terran McCanna <tmccanna at georgialibraries.org>
Date: Mon Feb 29 17:45:43 2016 -0500
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 <tmccanna at georgialibraries.org>
Signed-off-by: Erica Rohlfs <erohfls at esilibrary.com>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/Open-ILS/src/templates/opac/parts/footer.tt2 b/Open-ILS/src/templates/opac/parts/footer.tt2
index 4e62f85..a5d7d9f 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 %]
<div id="footer-wrap">
<div id="footer">
[% IF ctx.get_org_setting(
@@ -32,3 +33,4 @@
</div>
</div>
</div>
+[% END %]
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/parts/footer.tt2 | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list