-- CRM-12682 applied patch and made some modifications
[civicrm-core.git] / templates / CRM / Contact / Form / Task / PDFLetterCommon.tpl
index 9fd17bee78a23d596337b21c06947d629f77a1ab..da7e5a51bdc9e867ca8a14af33e844c837b9d1db 100644 (file)
 {if $form.template.html}
 <table class="form-layout-compressed">
     <tr>
-        <td class="label-left">{$form.template.label}</td>
+      <td class="label-left">{$form.template.label}</td>
       <td>{$form.template.html}</td>
     </tr>
+    <tr>
+      <td class="label-left">{$form.subject.label}</td>
+      <td>{$form.subject.html}</td>
+    </tr>
+    <tr>
+      <td class="label-left">{$form.campaign_id.label}</td>
+      <td>{$form.campaign_id.html}</td>
+    </tr>
 </table>
 {/if}