From 98b0b66a7bbf5c8b370639b8249fcba90e7a5a44 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 14 Mar 2017 18:05:45 -0400 Subject: [PATCH] webstaff: add more comments to print templates Signed-off-by: Galen Charlton Signed-off-by: Mike Rylander --- .../share/print_templates/t_bill_payment.tt2 | 11 +++++++++ .../share/print_templates/t_bills_current.tt2 | 10 ++++++++ .../print_templates/t_bills_historical.tt2 | 10 ++++++++ .../staff/share/print_templates/t_checkin.tt2 | 12 ++++++++++ .../share/print_templates/t_checkout.tt2 | 11 +++++++++ .../print_templates/t_hold_pull_list.tt2 | 12 ++++++++++ .../print_templates/t_hold_shelf_list.tt2 | 15 ++++++++++++ .../print_templates/t_hold_shelf_slip.tt2 | 16 +++++++++++++ .../print_templates/t_hold_transit_slip.tt2 | 23 +++++++++++++++++++ .../share/print_templates/t_holds_for_bib.tt2 | 13 +++++++++++ .../print_templates/t_holds_for_patron.tt2 | 8 +++++++ .../share/print_templates/t_items_out.tt2 | 11 +++++++++ .../print_templates/t_patron_address.tt2 | 13 +++++++++++ .../share/print_templates/t_patron_note.tt2 | 10 ++++++++ .../staff/share/print_templates/t_renew.tt2 | 10 ++++++++ .../share/print_templates/t_transit_slip.tt2 | 14 +++++++++++ 16 files changed, 199 insertions(+) diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2 index fe6851ab98..e3bb24ed5c 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2 @@ -1,3 +1,14 @@ + Welcome to {{current_location.name}}!
A receipt of your transaction:
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2 index c99cb4d1ee..21b53c22ee 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2 @@ -1,3 +1,13 @@ + Welcome to {{current_location.name}}!
You have the following bills:
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2 index d8871fe686..44fcd57b39 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2 @@ -1,3 +1,13 @@ + Welcome to {{current_location.name}}!
You had the following bills:
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_checkin.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_checkin.tt2 index 7bc56e4b32..3aa276c25a 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_checkin.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_checkin.tt2 @@ -1,3 +1,15 @@ +
[% l('Welcome to [_1]', '{{current_location.name}}') %]
[% l('You checked in the following items:') %]
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 index 1f1218e8d3..dc884466f7 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 @@ -1,3 +1,14 @@ +
[% l('Welcome to [_1]', '{{current_location.name}}') %]
[% l('You checked out the following items:') %]
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2 index ce23fe4993..47be206f7a 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2 @@ -1,3 +1,15 @@ +