svn commit: r831889 - /ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r831889 - /ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl

mor-2
Author: mor
Date: Mon Nov  2 13:02:57 2009
New Revision: 831889

URL: http://svn.apache.org/viewvc?rev=831889&view=rev
Log:
Form enclosing missed in earlier commit, sorry about that.

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl?rev=831889&r1=831888&r2=831889&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl Mon Nov  2 13:02:57 2009
@@ -45,5 +45,6 @@
     <input type="hidden" name="optInVerifyCode" value="${contactListPartyStatus.optInVerifyCode?if_exists}" />
     <input type="submit" name="submitButton" value="Please click here to verify your newsletter subscription." />
   </fieldset>
+</form>
 </body>
 </html>