From a5f868f950f0223d494a7978d24f2fbefb99b67d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 10 Sep 2020 10:28:46 -0400 Subject: [PATCH] LP#1778972: convert DOS newlines in charges.tt2 to Unix Signed-off-by: Galen Charlton Signed-off-by: Jane Sandberg --- .../opac/myopac/charges.tt2 | 478 +++++++++--------- 1 file changed, 239 insertions(+), 239 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 index d05bd98203..d1c8475a92 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 @@ -1,239 +1,239 @@ -[% PROCESS "opac/parts/header.tt2"; - PROCESS "opac/parts/misc_util.tt2"; - WRAPPER "opac/parts/myopac/base.tt2"; - myopac_page = "charges"; - myopac_main_page = "main"; - parent = "charges"; - myopac_cc_allowed = 0; - IF (ctx.fines.grocery.size OR ctx.fines.circulation.size) AND ctx.get_org_setting(ctx.user.home_ou, 'credit.payments.allow') == 1; - myopac_cc_allowed = 1; - END -%] -[% IF myopac_cc_allowed; %] -
-[% END %] - - [% IF ctx.fines.circulation.size > 0 %] -
-
- - - [% IF myopac_cc_allowed %] - [% l("Pay Selected Circulation Charges") %] - [% ELSE %] - [% l("Circulation Charges") %] - [% END %] - - -
- - - - - - - - - [% IF myopac_cc_allowed %] - - [% END %] - - - - - - - - - - - [% FOR f IN ctx.fines.circulation; - attrs = {marc_xml => f.marc_xml}; - IF f.marc_xml; - PROCESS get_marc_attrs args=attrs; - ELSIF f.xact.reservation; - attrs.title = f.xact.reservation.target_resource_type.name; - END %] - - [% IF myopac_cc_allowed %] - - [% END %] - - - - - - - - - - - - - - - [% END %] - -
- - [% l("Owed") %][% l("Billing Type") %][% l("Title") %][% l("Checkout") %][% l(" Due ") %] - [% l(" Returned/Renewed") %] - [% l(" Returned*") %] -
- - - - [% money(f.xact.balance_owed) %] - - - - [% f.xact.last_billing_type %] - - [% recid = f.xact.circulation.target_copy.call_number.record.id || f.xact.reservation.target_resource_type.record.id; - IF recid; %] - [% attrs.title | html %] - [% ELSE %] - [% attrs.title | html %] - [% END %] - - [% ts = f.xact.circulation.xact_start || f.xact.reservation.start_time || 0; - IF ts; - date.format(ctx.parse_datetime(ts), DATE_FORMAT); - END %] - - [% ts = f.xact.circulation.due_date || f.xact.reservation.end_time || 0; - due_org = f.xact.circulation.circ_lib || f.xact.reservation.pickup_lib; - IF ts; - date.format(ctx.parse_datetime(ts, due_org), DATE_FORMAT); - END %] - - [% ts = f.xact.circulation.checkin_time || f.xact.reservation.return_time || 0; - IF ts; - date.format(ctx.parse_datetime(ts), DATE_FORMAT); - ELSE %] - - [% l('(fines accruing)') %] - [% END %] -
- - *Items may have been renewed. -
- [% END %] - - [% IF ctx.fines.grocery.size > 0 %] - -
-

- [% l("Charges On Your Account") %] -

- - [% IF myopac_cc_allowed %] -
- - -
- [% END %] - - - - - - [% IF myopac_cc_allowed %] - - [% END %] - - - - - - - - - - [% c = 0; %] - [% FOR f IN ctx.fines.grocery %] - - [% c = c + 1; %] - [% IF myopac_cc_allowed %] - - [% END %] - - - - - - - - - - - [% END %] - -
- - [% l("Owed") %][% l("Billing Type") %][% l("Note") %][% l("Date") %]
- - - - Amount Owed - - [% money(f.xact.balance_owed) %] - - - - Billing For - [% f.xact.last_billing_type %] - - [% IF f.xact.last_billing_note; %] - Note - [% f.xact.last_billing_note %] - [% END %] - - Date of Billing - [% date.format(ctx.parse_datetime(f.xact.xact_start),DATE_FORMAT) %] -
- -
- [% END %] - [% UNLESS ctx.fines.grocery.size OR ctx.fines.circulation.size %] -
[% l('You have no current fines.') %]
- [% ELSIF myopac_cc_allowed %] - -
- - -
- [% END %] -[% IF myopac_cc_allowed %] -
-[% END %] - -[% END %] - - +[% PROCESS "opac/parts/header.tt2"; + PROCESS "opac/parts/misc_util.tt2"; + WRAPPER "opac/parts/myopac/base.tt2"; + myopac_page = "charges"; + myopac_main_page = "main"; + parent = "charges"; + myopac_cc_allowed = 0; + IF (ctx.fines.grocery.size OR ctx.fines.circulation.size) AND ctx.get_org_setting(ctx.user.home_ou, 'credit.payments.allow') == 1; + myopac_cc_allowed = 1; + END +%] +[% IF myopac_cc_allowed; %] +
+[% END %] + + [% IF ctx.fines.circulation.size > 0 %] +
+
+ + + [% IF myopac_cc_allowed %] + [% l("Pay Selected Circulation Charges") %] + [% ELSE %] + [% l("Circulation Charges") %] + [% END %] + + +
+ + + + + + + + + [% IF myopac_cc_allowed %] + + [% END %] + + + + + + + + + + + [% FOR f IN ctx.fines.circulation; + attrs = {marc_xml => f.marc_xml}; + IF f.marc_xml; + PROCESS get_marc_attrs args=attrs; + ELSIF f.xact.reservation; + attrs.title = f.xact.reservation.target_resource_type.name; + END %] + + [% IF myopac_cc_allowed %] + + [% END %] + + + + + + + + + + + + + + + [% END %] + +
+ + [% l("Owed") %][% l("Billing Type") %][% l("Title") %][% l("Checkout") %][% l(" Due ") %] + [% l(" Returned/Renewed") %] + [% l(" Returned*") %] +
+ + + + [% money(f.xact.balance_owed) %] + + + + [% f.xact.last_billing_type %] + + [% recid = f.xact.circulation.target_copy.call_number.record.id || f.xact.reservation.target_resource_type.record.id; + IF recid; %] + [% attrs.title | html %] + [% ELSE %] + [% attrs.title | html %] + [% END %] + + [% ts = f.xact.circulation.xact_start || f.xact.reservation.start_time || 0; + IF ts; + date.format(ctx.parse_datetime(ts), DATE_FORMAT); + END %] + + [% ts = f.xact.circulation.due_date || f.xact.reservation.end_time || 0; + due_org = f.xact.circulation.circ_lib || f.xact.reservation.pickup_lib; + IF ts; + date.format(ctx.parse_datetime(ts, due_org), DATE_FORMAT); + END %] + + [% ts = f.xact.circulation.checkin_time || f.xact.reservation.return_time || 0; + IF ts; + date.format(ctx.parse_datetime(ts), DATE_FORMAT); + ELSE %] + + [% l('(fines accruing)') %] + [% END %] +
+ + *Items may have been renewed. +
+ [% END %] + + [% IF ctx.fines.grocery.size > 0 %] + +
+

+ [% l("Charges On Your Account") %] +

+ + [% IF myopac_cc_allowed %] +
+ + +
+ [% END %] + + + + + + [% IF myopac_cc_allowed %] + + [% END %] + + + + + + + + + + [% c = 0; %] + [% FOR f IN ctx.fines.grocery %] + + [% c = c + 1; %] + [% IF myopac_cc_allowed %] + + [% END %] + + + + + + + + + + + [% END %] + +
+ + [% l("Owed") %][% l("Billing Type") %][% l("Note") %][% l("Date") %]
+ + + + Amount Owed + + [% money(f.xact.balance_owed) %] + + + + Billing For + [% f.xact.last_billing_type %] + + [% IF f.xact.last_billing_note; %] + Note + [% f.xact.last_billing_note %] + [% END %] + + Date of Billing + [% date.format(ctx.parse_datetime(f.xact.xact_start),DATE_FORMAT) %] +
+ +
+ [% END %] + [% UNLESS ctx.fines.grocery.size OR ctx.fines.circulation.size %] +
[% l('You have no current fines.') %]
+ [% ELSIF myopac_cc_allowed %] + +
+ + +
+ [% END %] +[% IF myopac_cc_allowed %] +
+[% END %] + +[% END %] + + -- 2.43.2