From 997571df4f8c859a236efc12238900be7ef2ba49 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Mon, 4 Jan 2016 14:39:08 -0500 Subject: [PATCH] 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 --- .../templates/staff/share/print_templates/t_hold_transit_slip.tt2 | 3 +-- .../src/templates/staff/share/print_templates/t_transit_slip.tt2 | 3 +-- Open-ILS/src/templates/staff/t_splash.tt2 | 6 ++---- 3 files changed, 4 insertions(+), 8 deletions(-) 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 239334c136..4a67c36d95 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,8 +22,7 @@ Template for printing hold transit slips. Fields include: -->
-

{{dest_location.shortname}}
- {{dest_location.courier_code}}

+

{{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 61fca6f637..519efc22f0 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,8 +13,7 @@ Template for printing a transit slip. Fields include: * author -->
-

{{dest_location.shortname}}
- {{dest_location.courier_code}}

+

{{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 fc0c6b3aa1..7e0cef5841 100644 --- a/Open-ILS/src/templates/staff/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/t_splash.tt2 @@ -23,8 +23,7 @@
- [% l('Register New Patron') %]
- (Search for Existing Record First) + [% l('Register New Patron') %]
@@ -101,8 +100,7 @@ [% l('PINES Documentation') %] -
- +
-- 2.11.0