Merge pull request #17614 from demeritcowboy/xmlproc-acttypes-more
[civicrm-core.git] / ang / crmMailing / BlockTemplates.html
CommitLineData
9b504970 1<div ng-controller="MsgTemplateCtrl" class="crm-mailing-templates-row">
f9c5f498 2 <input
9b504970 3 type="hidden"
4 crm-mailing-templates
5 ng-model="mailing.msg_template_id"
6 crm-ui-id="{{crmMailingBlockTemplates.id}}"
7 name="{{crmMailingBlockTemplates.name}}" />
f9c5f498
CW
8 <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>
9</div>