From 0fdab26ce6d6e2fa4d1489f38fdb1e038fd91dfd Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 23 Jan 2013 02:02:56 -0500 Subject: [PATCH] Add CAS authentication login option for Windsor topnav.tt2 was floating around on the test server but did not appear to be in a branch anywhere; correct that. Signed-off-by: Dan Scott --- .../src/templates_windsor/opac/parts/topnav.tt2 | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 Open-ILS/src/templates_windsor/opac/parts/topnav.tt2 diff --git a/Open-ILS/src/templates_windsor/opac/parts/topnav.tt2 b/Open-ILS/src/templates_windsor/opac/parts/topnav.tt2 new file mode 100644 index 0000000000..c6a2274b3d --- /dev/null +++ b/Open-ILS/src/templates_windsor/opac/parts/topnav.tt2 @@ -0,0 +1,72 @@ +[% IF !ctx.is_staff %] +
+ +
+[% END %] +[% INCLUDE "opac/parts/topnav_links.tt2" %] -- 2.11.0