summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmMailing/BlockTemplates.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/plugins/civicrm/civicrm/ang/crmMailing/BlockTemplates.html')
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/ang/crmMailing/BlockTemplates.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmMailing/BlockTemplates.html b/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmMailing/BlockTemplates.html
new file mode 100644
index 00000000..38a37a91
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmMailing/BlockTemplates.html
@@ -0,0 +1,9 @@
+<div ng-controller="MsgTemplateCtrl" class="crm-mailing-templates-row">
+ <input
+ type="hidden"
+ crm-mailing-templates
+ ng-model="mailing.msg_template_id"
+ crm-ui-id="{{crmMailingBlockTemplates.id}}"
+ name="{{crmMailingBlockTemplates.name}}" />
+ <a crm-icon="fa-floppy-o" ng-if="checkPerm('edit message templates')" ng-click="saveTemplate(mailing)" class="crm-hover-button" title="{{ts('Save As')}}"></a>
+</div> \ No newline at end of file