From 8f0fe9169bbd4d6699379c1c68922c54ad193bf0 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.) Signed-off-by: Terran McCanna --- .../share/print_templates/t_hold_shelf_slip.tt2 | 3 ++ .../share/print_templates/t_hold_transit_slip.tt2 | 3 ++ .../staff/share/print_templates/t_transit_slip.tt2 | 3 ++ Open-ILS/src/templates/staff/t_splash.tt2 | 46 ++++++++++++++++++++-- 4 files changed, 51 insertions(+), 4 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 aef5b8a7f1..01f15614e9 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 @@ -15,6 +15,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 a0aa6ef501..239334c136 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 @@ -22,6 +22,9 @@ Template for printing hold transit slips. Fields include: -->
+

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

+
[% 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 ccf9e8c05d..61fca6f637 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 @@ -13,6 +13,9 @@ Template for printing a transit slip. Fields include: * author -->
+

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

+
[% 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 2f2eb5daac..fc0c6b3aa1 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) +
+ +
@@ -49,6 +58,22 @@
+ + [% l('Search the Catalog') %] +
+
+ + [% l('Item Status / Display') %] +
+
+ + [% l('MARC Batch Import / Export') %] +
+
+ + [% l('z39.50 Import') %] +
+
[% l('Record Buckets') %]
@@ -63,13 +88,26 @@
-
[% l('Administration') %]
+
[% l('Administration and Documentation') %]