cleanup:
authorsenator <lebbeous@esilibrary.com>
Tue, 17 May 2011 15:59:36 +0000 (11:59 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 20 Jul 2011 18:37:50 +0000 (14:37 -0400)
1) fix broken INCLUDE statements in circ and hold histories

2) move an opac "part" to the parts directory

Open-ILS/web/templates/default/opac/myopac/circ_history.tt2
Open-ILS/web/templates/default/opac/myopac/hold_history.tt2
Open-ILS/web/templates/default/opac/myopac/main_payment_form.tt2
Open-ILS/web/templates/default/opac/myopac/main_refund_policy.tt2 [deleted file]
Open-ILS/web/templates/default/opac/parts/myopac/main_refund_policy.tt2 [new file with mode: 0644]

index 8848693..a095558 100644 (file)
@@ -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;
index 048dbb2..43f3256 100644 (file)
@@ -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;
index 8a57d64..c10d5a2 100644 (file)
                             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>
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 (file)
index a1a81f9..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<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>
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 (file)
index 0000000..a1a81f9
--- /dev/null
@@ -0,0 +1,16 @@
+<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>