[OFBiz] SVN: r5907 - trunk/applications/ecommerce/templates/email

jonesde at svn.ofbiz.org jonesde at svn.ofbiz.org
Tue Oct 4 00:32:52 EDT 2005


Author: jonesde
Date: 2005-10-03 23:32:49 -0500 (Mon, 03 Oct 2005)
New Revision: 5907

Modified:
   trunk/applications/ecommerce/templates/email/tellafriend.ftl
Log:
Small tell a friend email improvements

Modified: trunk/applications/ecommerce/templates/email/tellafriend.ftl
===================================================================
--- trunk/applications/ecommerce/templates/email/tellafriend.ftl	2005-10-04 04:07:54 UTC (rev 5906)
+++ trunk/applications/ecommerce/templates/email/tellafriend.ftl	2005-10-04 04:32:49 UTC (rev 5907)
@@ -23,11 +23,15 @@
  *@version    $Rev$
  *@since      3.0
 -->
-
+<html>
+<head></head>
+<body>
 ${sendTo},
 <br/>
 ${sendFrom} ${uiLabelMap.EcommerceFollowingMessage}
 <br/><br/>
-${message}
+<b>${message}</b>
 <br/><br/>
 <a href="${pageUrl}">${pageUrl}</a>
+</body>
+</html>



More information about the Svn mailing list