From 09d20a16b129ac0a450fddd3ca20f09133b02261 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 ++++----- .../src/templates/circ/selfcheck/holds_page.tt2 | 4 +-- Open-ILS/src/templates/circ/selfcheck/main.tt2 | 5 ++- 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 | 36 +++++++--------------- 6 files changed, 33 insertions(+), 48 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 6f571391d0..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' %]
-
+