From a8386517d3d66e79859310911ec8c2a4620b671c Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 13 Dec 2016 11:47:30 -0500 Subject: [PATCH] Returning all selfcheck templates to stock versions. --- Open-ILS/src/templates/circ/selfcheck/banner.tt2 | 14 ++++++++------ Open-ILS/src/templates/circ/selfcheck/holds_page.tt2 | 4 ++-- Open-ILS/src/templates/circ/selfcheck/main.tt2 | 5 +++-- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/Open-ILS/src/templates/circ/selfcheck/banner.tt2 b/Open-ILS/src/templates/circ/selfcheck/banner.tt2 index 73adc8da44..baf12e43fe 100644 --- a/Open-ILS/src/templates/circ/selfcheck/banner.tt2 +++ b/Open-ILS/src/templates/circ/selfcheck/banner.tt2 @@ -1,13 +1,15 @@ +
-
-

- Use this self-check station to check out and renew your items.

+
-
- +
+
- +
+ +
+
diff --git a/Open-ILS/src/templates/circ/selfcheck/holds_page.tt2 b/Open-ILS/src/templates/circ/selfcheck/holds_page.tt2 index c049f18529..601c45d41d 100644 --- a/Open-ILS/src/templates/circ/selfcheck/holds_page.tt2 +++ b/Open-ILS/src/templates/circ/selfcheck/holds_page.tt2 @@ -5,7 +5,7 @@ [% l('Title') %] [% l('Author') %] - [% l('Status') %] + [% l('Status') %] @@ -13,7 +13,7 @@ - + diff --git a/Open-ILS/src/templates/circ/selfcheck/main.tt2 b/Open-ILS/src/templates/circ/selfcheck/main.tt2 index 0222e5f48c..2fb44fdcb9 100644 --- a/Open-ILS/src/templates/circ/selfcheck/main.tt2 +++ b/Open-ILS/src/templates/circ/selfcheck/main.tt2 @@ -1,17 +1,18 @@ -[% ctx.page_title = l('Self Checkout'); ctx.oilsCookiePath = '/eg/circ/selfcheck/' %] +[% ctx.page_title = l('Self Checkout') %] [% WRAPPER base.tt2 %] [% INCLUDE 'circ/selfcheck/audio_config.tt2' %] [% INCLUDE 'circ/selfcheck/logout_dialog.tt2' %] +
[% INCLUDE 'circ/selfcheck/banner.tt2' %]