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