CRM-15856 - Export list of required tokens to UI
[civicrm-core.git] / partials / crmMailing / body_html.html
CommitLineData
f18897d3 1<!--
38737af8 2Required vars: mailing
f18897d3 3-->
3cc9c048
TO
4<div ng-form="htmlForm" crm-ui-id-scope>
5 <div style="float: right;">
6 <input crm-mailing-token crm-for="htmlForm.body_html"/>
7 </div>
f18897d3 8
3cc9c048
TO
9 <textarea crm-ui-id="htmlForm.body_html" crm-ui-richtext name="body_html" ng-model="mailing.body_html"></textarea>
10</div>