[open-ils-commits] r10307 - trunk/Open-ILS/examples/templates
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Aug 7 16:36:59 EDT 2008
Author: erickson
Date: 2008-08-07 16:36:50 -0400 (Thu, 07 Aug 2008)
New Revision: 10307
Modified:
trunk/Open-ILS/examples/templates/overdue_7day.example
trunk/Open-ILS/examples/templates/overdue_combined_xml.example
Log:
fix up some spacing
Modified: trunk/Open-ILS/examples/templates/overdue_7day.example
===================================================================
--- trunk/Open-ILS/examples/templates/overdue_7day.example 2008-08-07 19:33:15 UTC (rev 10306)
+++ trunk/Open-ILS/examples/templates/overdue_7day.example 2008-08-07 20:36:50 UTC (rev 10307)
@@ -6,6 +6,7 @@
Reply-To: [% smtp_reply %]
Subject: Overdue Notification
+
Dear [% user.first_given_name %] [% user.family_name %]
Our records indicate these items are 7 days overdue:
@@ -25,8 +26,7 @@
Contact your library for more information:
[% lib.name %]
-[% lib.mailing_address.street1 %]
-[% lib.mailing_address.street2 %]
+[% lib.mailing_address.street1 %] [% lib.mailing_address.street2 %]
[% lib.mailing_address.city %], [% lib.mailing_address.state %]
[% lib.mailing_address.post_code %]
[% lib.phone %]
Modified: trunk/Open-ILS/examples/templates/overdue_combined_xml.example
===================================================================
--- trunk/Open-ILS/examples/templates/overdue_combined_xml.example 2008-08-07 19:33:15 UTC (rev 10306)
+++ trunk/Open-ILS/examples/templates/overdue_combined_xml.example 2008-08-07 20:36:50 UTC (rev 10307)
@@ -1,4 +1,4 @@
-[% USE date %]
+[% USE date -%]
<?xml version='1.0' encoding='UTF-8'?>
<file type="notice" date="[% date.format(date.now,'%Y-%m-%d') %]" time="[% date.format(date.now, '%H:%M:%S') %]">
[%- FOREACH circ_set = overdues %]
@@ -50,4 +50,3 @@
</notice>
[%- END %]
</file>
-
More information about the open-ils-commits
mailing list