From bd847fd7d39b1bc00bcc07628f1871e6781ae85c 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 --- .../staff/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 | 16 ++-------------- 3 files changed, 4 insertions(+), 18 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 bb6dfcd2f6..d92c5a6ff9 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,8 +23,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 f1d86d9bb6..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,8 +14,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 ecaecb007e..aae45e76f2 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') %]
@@ -58,9 +57,6 @@
-<<<<<<< HEAD - -======= [% l('Search the Catalog') %]
@@ -78,7 +74,6 @@
->>>>>>> 8f0fe91... Changes to splash screen and receipt template defaults for web client. [% l('Record Buckets') %]
@@ -96,11 +91,6 @@