From d615ccf58f1a696f399e8f619c3a4f683efcd62b Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 23 Dec 2013 21:06:29 -0800 Subject: [PATCH] CRM-14023 CRM-14015 - Add api for mailing component --- api/v3/MailingComponent.php | 77 ++++++++++++++++++++++++ api/v3/utils.php | 4 ++ templates/CRM/Mailing/Page/Component.tpl | 4 +- 3 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 api/v3/MailingComponent.php diff --git a/api/v3/MailingComponent.php b/api/v3/MailingComponent.php new file mode 100644 index 0000000000..181f4aee13 --- /dev/null +++ b/api/v3/MailingComponent.php @@ -0,0 +1,77 @@ + {foreach from=$rows item=row} - - {$row.name} + + {$row.name} {$row.component_type} {$row.subject} {$row.body_text} -- 2.25.1