From: Terran McCanna Date: Wed, 30 Dec 2015 19:08:16 +0000 (-0500) Subject: Changes to splash screen and receipt template defaults for web client. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=18503bac1873ea79206ce04455e48685fb3c60f2;p=evergreen%2Fpines.git 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 --- 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 aca7f63fa6..27fb5a18e4 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 @@ -20,6 +20,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 787c91c0d6..151f18bc2c 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 @@ -24,6 +24,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 852d75a6f1..7e16b03a50 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 @@ -15,6 +15,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 598f9ff95b..586357b5c2 100644 --- a/Open-ILS/src/templates/staff/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/t_splash.tt2 @@ -1,8 +1,7 @@
- Evergreen -

Evergreen Staff Client Home Page

+ PINES Logo

@@ -27,10 +26,16 @@
+ +
@@ -57,10 +62,24 @@
+ + + +