Merge pull request #17942 from jitendrapurohit/configure-link
[civicrm-core.git] / templates / CRM / Case / Form / Report.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 4 | |
1188c7a8
TO
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 |
6a488035
TO
8 +--------------------------------------------------------------------+
9*}
10{* template to display reports *}
11{if $report}
12{$report}
13{else}
14<div id="reportForm" class="crm-block crm-form-block crm-case-report-form-block">
15<h3>{ts}Report Parameters{/ts}</h3>
16 {strip}
17 <table class="form-layout">
18 <tr class="crm-case-report-form-block-include_activities">
19 <td class="label">
20 {$form.include_activities.label}
21 </td>
22 <td>
23 {$form.include_activities.html}
24 </td>
25 </tr>
26 <tr class="crm-case-report-form-block-is_redact">
27 <td>
28 &nbsp;
29 </td>
30 <td>
31 {$form.is_redact.html}&nbsp;{$form.is_redact.label}
32 </td>
33 </tr>
34 </table>
35 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
36 {/strip}
37</div>
38{/if}