Completely convert the old communication module over to the new system... (almost).

TODO: switch the "send" to the new dialog-style preview and confirmation, instead of the old one, but at least it works!
This commit is contained in:
james
2009-12-02 22:17:20 +00:00
parent 06d9e74190
commit 99114c7242
10 changed files with 420 additions and 326 deletions

View File

@@ -1 +1 @@
153
154

1
db/db.update.154.sql Normal file
View File

@@ -0,0 +1 @@
INSERT INTO `emails` (`val`, `name`, `description`, `from`, `subject`, `body`, `bodyhtml`, `type`, `fundraising_campaigns_id`, `lastsent`) VALUES ('fundraising_thankyou_template', 'Fundraising Thank You Template', 'Fundraising thank you template to be used to send thank you emails to individual sponsor/donors once a donation is received', '', 'Thank You for your Contribution', 'Dear [FIRSTNAME],\r\n\r\nThank you for your contribution to the [FAIRNAME]\r\n\r\nSincerely,\r\n [FAIRNAME] Committee\r\n', NULL, 'system', NULL, NULL);