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=8cc121222821e26ce4aee77276bc73da8238f212;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.) 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 f1980d7540..26bf50dcd3 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 @@ -1,4 +1,7 @@
+

{{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 6b36c25f87..1149a75c7d 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 @@ -1,4 +1,7 @@
+

{{dest_location.shortname}}
+ {{dest_location.courier_code}}

+
[% l('This item needs to be routed to [_1]', '{{dest_location.shortname}}') %]
{{dest_location.name}}
{{dest_address.street1}} 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 324ad5e1eb..bc872362b5 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 @@ -1,4 +1,7 @@
+

{{dest_location.shortname}}
+ {{dest_location.courier_code}}

+
[% l('This item needs to be routed to [_1]', '{{dest_location.shortname}}') %]
{{dest_location.name}}
{{dest_address.street1}} diff --git a/Open-ILS/src/templates/staff/t_splash.tt2 b/Open-ILS/src/templates/staff/t_splash.tt2 index 2884ba6c0f..9c61a354d1 100644 --- a/Open-ILS/src/templates/staff/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/t_splash.tt2 @@ -1,7 +1,7 @@
- + PINES Logo

@@ -22,9 +22,18 @@ [% l('Check In Items') %]
+ + [% l('Register New Patron') %]
+ (Search for Existing Record First) +
+ +
@@ -36,6 +45,22 @@