From ea969d0c7934b2f05bcbf39e57cd4e1c665e0b7c Mon Sep 17 00:00:00 2001 From: Art Rhyno Date: Fri, 24 May 2013 11:32:44 -0400 Subject: [PATCH] Add Windsor-specific CAS intro to tpac This change adds a custom display within tpac for Windsor patrons authenticating with CAS. The wording reflects the institution's naming of authentication options and is consistent with other systems on campus. Signed-off-by: Art Rhyno --- .../src/templates_windsor/opac/parts/cas_intro.tt2 | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Open-ILS/src/templates_windsor/opac/parts/cas_intro.tt2 diff --git a/Open-ILS/src/templates_windsor/opac/parts/cas_intro.tt2 b/Open-ILS/src/templates_windsor/opac/parts/cas_intro.tt2 new file mode 100644 index 0000000000..26e87bfbb0 --- /dev/null +++ b/Open-ILS/src/templates_windsor/opac/parts/cas_intro.tt2 @@ -0,0 +1,45 @@ +[% PROCESS "opac/parts/header.tt2"; + PROCESS "opac/parts/misc_util.tt2"; + WRAPPER "opac/parts/base.tt2"; + INCLUDE "opac/parts/topnav.tt2"; + ctx.page_title = l("CAS Information") %] +
+
+
+ + + + +
+
+
+
+[% END %] -- 2.11.0