(NFC) (dev/core#878) Simplify copyright header (templates/*)
[civicrm-core.git] / templates / CRM / Contribute / Form / PCP / PCP.tpl
... / ...
CommitLineData
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{if $action eq 8}
11 {include file="CRM/Contribute/Form/PCP/Delete.tpl"}
12{else}
13 <div id="pcp" class="crm-block crm-form-block crm-pcp-search-form-block">
14 <h3>{ts}Find Campaign Pages{/ts}</h3>
15 <table class="form-layout-compressed">
16 <tr>
17 <td>{$form.status_id.label}<br />{$form.status_id.html}</td>
18 <td>{$form.contibution_page_id.label}<br />{$form.contibution_page_id.html}</td>
19 <td>{$form.event_id.label}<br />{$form.event_id.html}</td>
20 </tr>
21 </table>
22 <div class="crm-submit-buttons">{$form.buttons.html}</div>
23 </div>
24{/if}