[% 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;
[% 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;
onclick="history.go(-1);" />
</td>
</tr>
- [% INCLUDE "default/opac/myopac/main_refund_policy.tt2" %]
+ [% INCLUDE "default/opac/parts/myopac/main_refund_policy.tt2" %]
</tbody>
</table>
</form>
+++ /dev/null
-<tr>
- <td colspan="3">
- <br />
- Important! You must have a printed receipt to be
- eligible for a refund on lost items (regulations allow
- for no exceptions).
- <br />
- <strong>
- 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.
- </strong>
- </td>
-</tr>
--- /dev/null
+<tr>
+ <td colspan="3">
+ <br />
+ Important! You must have a printed receipt to be
+ eligible for a refund on lost items (regulations allow
+ for no exceptions).
+ <br />
+ <strong>
+ 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.
+ </strong>
+ </td>
+</tr>