9d3a8329a98d8e72e7a1da81b5b021f5db0c2853
[civicrm-core.git] / templates / CRM / Pledge / Form / Search / Common.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.4 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2013 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26
27 <tr>
28 <td><label>{ts}Payment Scheduled{/ts}</label></td>
29 </tr>
30 <tr>
31 {include file="CRM/Core/DateRange.tpl" fieldName="pledge_payment_date" from='_low' to='_high'}
32 </tr>
33 <tr>
34 <td colspan="2">
35 <label>{ts}Pledge Payment Status{/ts}</label>
36 <br />{$form.pledge_payment_status_id.html}
37 </td>
38 </tr>
39 <tr>
40 <td>
41 <label>{ts}Pledge Amounts{/ts}</label>
42 <br />
43 {$form.pledge_amount_low.label} {$form.pledge_amount_low.html} &nbsp;&nbsp; {$form.pledge_amount_high.label} {$form.pledge_amount_high.html}
44 </td>
45 <td>
46 <label>{ts}Pledge Status{/ts}</label>
47 <br />{$form.pledge_status_id.html}
48 </td>
49 </tr>
50 <tr>
51 <td><label>{ts}Pledge Made{/ts}</label></td>
52 </tr>
53 <tr>
54 {include file="CRM/Core/DateRange.tpl" fieldName="pledge_create_date" from='_low' to='_high'}
55 </tr>
56 <tr>
57 <td><label>{ts}Payments Start Date{/ts}</label></td>
58 </tr>
59 <tr>
60 {include file="CRM/Core/DateRange.tpl" fieldName="pledge_start_date" from='_low' to='_high'}
61 </tr>
62 <tr>
63 <td><label>{ts}Payments Ended Date{/ts}</label></td>
64 </tr>
65 <tr>
66 {include file="CRM/Core/DateRange.tpl" fieldName="pledge_end_date" from='_low' to='_high'}
67 </tr>
68 <tr>
69 <td>
70 <label>{ts}Financial Type{/ts}</label>
71 <br />{$form.pledge_financial_type_id.html}
72 </td>
73 <td>
74 <label>{ts}Contribution Page{/ts}</label>
75 <br />{$form.pledge_contribution_page_id.html}
76 </td>
77 </tr>
78 <tr>
79 <td>
80 <br />
81 {$form.pledge_test.label} {help id="is-test" file="CRM/Contact/Form/Search/Advanced"} &nbsp; {$form.pledge_test.html}
82 </td>
83 </tr>
84 <tr>
85 <td colspan="2">
86 {$form.pledge_frequency_unit.label}
87 <br /> {$form.pledge_frequency_interval.label} &nbsp; {$form.pledge_frequency_interval.html} &nbsp;
88 {$form.pledge_frequency_unit.html}
89 </td>
90 </tr>
91
92 {* campaign in pledge search *}
93 {include file="CRM/Campaign/Form/addCampaignToComponent.tpl"
94 campaignContext="componentSearch" campaignTrClass='' campaignTdClass=''}
95
96 {if $pledgeGroupTree}
97 <tr>
98 <td colspan="2">
99 {include file="CRM/Custom/Form/Search.tpl" groupTree=$pledgeGroupTree showHideLinks=false}
100 </td>
101 </tr>
102 {/if}