6275434549aa2a1baa782837200ed6497f7cbad0
[civicrm-core.git] / partials / crmMailingType / headerandFooter.html
1 <br>
2 <body>
3 <table>
4 <tr>
5 <td class="label">Mailing Header</td>
6 <td>
7 <select ng-model="currentMailing.header_id" ng-options="hf.id as hf.name for hf in headerfooter| filter:isHeader">
8 <option value="">-none-</option>
9 </select>
10 </td>
11 </tr>
12 <tr>
13 <td class="label">Mailing Footer</td>
14 <td>
15 <select ng-model="currentMailing.footer_id" ng-options="f.id as f.name for f in headerfooter| filter:isFooter">
16 <option value="">-none-</option>
17 </select>
18 </td>
19 </tr>
20 </table>
21 </body>