From 6d5eb70625fe6e18a121a814ec97f9a6528797ca Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 15 Sep 2007 21:42:23 +0000 Subject: [PATCH] elofgren: BUGFIX: Add missing 'GenericEmail?.ss' template which is used in RecipientImportField::notifyChanges() as part of fix for bug 'Errors when Importing Recipients to Newsletter Mailing List' Reported here: http://www.silverstripe.com/bugs/flat/1470 (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41957 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/email/GenericEmail.ss | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/email/GenericEmail.ss diff --git a/templates/email/GenericEmail.ss b/templates/email/GenericEmail.ss new file mode 100644 index 000000000..0f45c4ef4 --- /dev/null +++ b/templates/email/GenericEmail.ss @@ -0,0 +1,13 @@ + + + + + + + +

+$Body +

+ + + \ No newline at end of file