From: Terran McCanna Date: Thu, 17 Dec 2015 23:24:34 +0000 (-0500) Subject: These are modifications to the Evergreen self-check interface to: X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=09d20a16b129ac0a450fddd3ca20f09133b02261;p=evergreen%2Fpines.git 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 --- 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' %]
-
+