From df0eea00b9ad882069c5347af92eb0ee3e3ea58f Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 30 Dec 2015 14:08:16 -0500 Subject: [PATCH] Changes to splash screen and receipt template defaults for web client. (Note: Could not test on terran-testbox since it is not https-enabled, so I could not log in to the web client.) These changes undo a couple of small things I tried to tweak on the web client that didn't work the way I hoped they would. Signed-off-by: Terran McCanna --- .../share/print_templates/t_hold_shelf_slip.tt2 | 3 ++ .../share/print_templates/t_hold_transit_slip.tt2 | 2 + .../staff/share/print_templates/t_transit_slip.tt2 | 2 + Open-ILS/src/templates/staff/t_splash.tt2 | 58 +++++++++++++++++----- 4 files changed, 52 insertions(+), 13 deletions(-) diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 index c85ce9d325..cefa0ddeed 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 @@ -18,6 +18,9 @@ Template for printing hold request slips. Fields include: -->
+

{{patron.family_given_name}}
+ {{patron.card.barcode}}

+
[% l('This item needs to be routed to the [_1]Private Holds Shelf[_2].', diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 index 8345af0fce..2eba6408b2 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 @@ -23,6 +23,8 @@ Template for printing hold transit slips. Fields include: -->
+

{{dest_location.shortname}}

+
[% l('This item needs to be routed to [_1]', '{{dest_location.shortname}}') %]
{{dest_location.name}}
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 index bee4573857..0d8b88f10b 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 @@ -14,6 +14,8 @@ Template for printing a transit slip. Fields include: * author -->
+

{{dest_location.shortname}}

+
[% l('This item needs to be routed to [_1]', '{{dest_location.shortname}}') %]
{{dest_location.name}}
diff --git a/Open-ILS/src/templates/staff/t_splash.tt2 b/Open-ILS/src/templates/staff/t_splash.tt2 index 70ae6c0223..32166ed73a 100644 --- a/Open-ILS/src/templates/staff/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/t_splash.tt2 @@ -1,7 +1,7 @@
- Evergreen + PINES Logo

@@ -26,10 +26,16 @@
+ +
@@ -55,10 +61,24 @@
+ + + +