From e4fd5f51840d2f3922c822a12ca019d78d266a69 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 13 Dec 2016 11:56:33 -0500 Subject: [PATCH] Revert "Returning all selfcheck templates to stock versions." This reverts commit 2d1fbbf5de79758b9c8b36863135554ecbdf9d18. --- Open-ILS/src/templates/circ/selfcheck/banner.tt2 | 14 ++++++-------- Open-ILS/src/templates/circ/selfcheck/fines.tt2 | 2 +- Open-ILS/src/templates/circ/selfcheck/holds_page.tt2 | 4 ++-- Open-ILS/src/templates/circ/selfcheck/main.tt2 | 5 ++--- 4 files changed, 11 insertions(+), 14 deletions(-) diff --git a/Open-ILS/src/templates/circ/selfcheck/banner.tt2 b/Open-ILS/src/templates/circ/selfcheck/banner.tt2 index baf12e43fe..73adc8da44 100644 --- a/Open-ILS/src/templates/circ/selfcheck/banner.tt2 +++ b/Open-ILS/src/templates/circ/selfcheck/banner.tt2 @@ -1,15 +1,13 @@ -
- +
+

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

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