From 9d7ab39b27d84c9e20eddf2260d192dba42ede03 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 17 Dec 2015 18:24:34 -0500 Subject: [PATCH] These are modifications to the Evergreen self-check interface to: 1. Fix bugs with printing holds and fines. 2. Improve page layout overall, and with consideration for 1024x768 resolution monitors that a lot of libraries use. 3. Hide hold status from view on holds table. 4. Hide buttons/fields from screen when user is not logged in. Signed-off-by: Terran McCanna Conflicts: Open-ILS/src/templates/circ/selfcheck/banner.tt2 --- 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 | 3 +-- Open-ILS/web/css/skin/default/selfcheck.css | 20 +++++++++++--------- Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js | 2 +- .../web/js/ui/default/circ/selfcheck/selfcheck.js | 13 +++++++------ 6 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Open-ILS/src/templates/circ/selfcheck/banner.tt2 b/Open-ILS/src/templates/circ/selfcheck/banner.tt2 index e91625accf..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/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 @@ [% 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 2fb44fdcb9..0588c60ba3 100644 --- a/Open-ILS/src/templates/circ/selfcheck/main.tt2 +++ b/Open-ILS/src/templates/circ/selfcheck/main.tt2 @@ -5,14 +5,13 @@ [% INCLUDE 'circ/selfcheck/audio_config.tt2' %] [% INCLUDE 'circ/selfcheck/logout_dialog.tt2' %] -
[% INCLUDE 'circ/selfcheck/banner.tt2' %]