T-PAC: Localize payment refund policy message
authorDan Scott <dan@coffeecode.net>
Fri, 19 Aug 2011 20:46:39 +0000 (16:46 -0400)
committerDan Scott <dan@coffeecode.net>
Fri, 19 Aug 2011 20:46:39 +0000 (16:46 -0400)
The policy in all likelihood will differ from library to library anyway,
but we might as well ensure that it can be translated.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/default/opac/parts/myopac/main_refund_policy.tt2

index a1a81f9..0a41658 100644 (file)
@@ -1,16 +1,18 @@
 <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).
+        [% l('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.
+        [% l('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>