From: senator Date: Tue, 17 May 2011 15:59:36 +0000 (-0400) Subject: cleanup: X-Git-Tag: sprint4-merge-nov22~5128^2~72^2~30^2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8dd3ccefd1b6ff4fccfb1957bf7f9619de9b4191;p=working%2FEvergreen.git cleanup: 1) fix broken INCLUDE statements in circ and hold histories 2) move an opac "part" to the parts directory --- diff --git a/Open-ILS/web/templates/default/opac/myopac/circ_history.tt2 b/Open-ILS/web/templates/default/opac/myopac/circ_history.tt2 index 8848693ee7..a0955585c8 100644 --- a/Open-ILS/web/templates/default/opac/myopac/circ_history.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/circ_history.tt2 @@ -1,5 +1,5 @@ [% PROCESS "default/opac/parts/header.tt2"; - PROCESS "default/opac/parts/marc_misc.tt2"; + PROCESS "default/opac/parts/misc_util.tt2"; WRAPPER "default/opac/parts/myopac/base.tt2"; myopac_page = "circs" limit = ctx.circ_history_limit; diff --git a/Open-ILS/web/templates/default/opac/myopac/hold_history.tt2 b/Open-ILS/web/templates/default/opac/myopac/hold_history.tt2 index 048dbb2e24..43f32564ec 100644 --- a/Open-ILS/web/templates/default/opac/myopac/hold_history.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/hold_history.tt2 @@ -1,5 +1,5 @@ [% PROCESS "default/opac/parts/header.tt2"; - PROCESS "default/opac/parts/marc_misc.tt2"; + PROCESS "default/opac/parts/misc_util.tt2"; WRAPPER "default/opac/parts/myopac/base.tt2"; myopac_page = "holds" limit = ctx.hold_history_limit; diff --git a/Open-ILS/web/templates/default/opac/myopac/main_payment_form.tt2 b/Open-ILS/web/templates/default/opac/myopac/main_payment_form.tt2 index 8a57d64021..c10d5a200f 100644 --- a/Open-ILS/web/templates/default/opac/myopac/main_payment_form.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/main_payment_form.tt2 @@ -160,7 +160,7 @@ onclick="history.go(-1);" /> - [% INCLUDE "default/opac/myopac/main_refund_policy.tt2" %] + [% INCLUDE "default/opac/parts/myopac/main_refund_policy.tt2" %] diff --git a/Open-ILS/web/templates/default/opac/myopac/main_refund_policy.tt2 b/Open-ILS/web/templates/default/opac/myopac/main_refund_policy.tt2 deleted file mode 100644 index a1a81f90f9..0000000000 --- a/Open-ILS/web/templates/default/opac/myopac/main_refund_policy.tt2 +++ /dev/null @@ -1,16 +0,0 @@ - - -
- Important! You must have a printed receipt to be - eligible for a refund on lost items (regulations allow - for no exceptions). -
- - To ensure your necessary receipt information is - not lost, enter your email address above and a - receipt will be emailed to you. Otherwise, make - certain you have a printed receipt in hand before - closing the payment receipt screen. - - - diff --git a/Open-ILS/web/templates/default/opac/parts/myopac/main_refund_policy.tt2 b/Open-ILS/web/templates/default/opac/parts/myopac/main_refund_policy.tt2 new file mode 100644 index 0000000000..a1a81f90f9 --- /dev/null +++ b/Open-ILS/web/templates/default/opac/parts/myopac/main_refund_policy.tt2 @@ -0,0 +1,16 @@ + + +
+ Important! You must have a printed receipt to be + eligible for a refund on lost items (regulations allow + for no exceptions). +
+ + To ensure your necessary receipt information is + not lost, enter your email address above and a + receipt will be emailed to you. Otherwise, make + certain you have a printed receipt in hand before + closing the payment receipt screen. + + +