Merge pull request #17459 from civicrm/5.26
[civicrm-core.git] / templates / CRM / Activity / Form / Task / FileOnCase.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 <div class="crm-form crm-form-block crm-file-on-case-form-block">
11 <div class="help">
12 {ts}File on Case{/ts}
13 </div>
14 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
15 <table class="form-layout-compressed">
16 <tr class="crm-file-on-case-form-block-unclosed_cases">
17 <td class="label">
18 {$form.unclosed_case_id.label}
19 </td>
20 <td>
21 {$form.unclosed_case_id.html}<br />
22 </td>
23 </tr>
24 <tr>
25 {include file="CRM/Activity/Form/Task.tpl"}
26 </tr>
27 </table>
28 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
29 </div>