Update copyright date for 2020
[civicrm-core.git] / templates / CRM / Member / Form / Search / Common.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
fee14197 3 | CiviCRM version 5 |
6a488035 4 +--------------------------------------------------------------------+
f299f7db 5 | Copyright CiviCRM LLC (c) 2004-2020 |
6a488035
TO
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<tr>
0a74debb 27 <td><label>{$form.membership_type_id.label}</label><br />
28 {$form.membership_type_id.html|crmAddClass:twenty}
6a488035 29 </td>
994bde4e
SB
30 <td><label>{$form.membership_status_id.label}</label><br />
31 {$form.membership_status_id.html}
6a488035
TO
32 </td>
33</tr>
34
35<tr>
5f97e97f
SL
36 <td>{$form.member_source.label}<br />
37 {$form.member_source.html}
6a488035
TO
38 </td>
39 <td>
5f97e97f 40 {$form.membership_is_current_member.label}<br />
daffb464 41 {$form.membership_is_current_member.html}
6a488035
TO
42 </td>
43</tr>
5f97e97f
SL
44<tr>
45 <td>{$form.member_test.label} {help id="is-test" file="CRM/Contact/Form/Search/Advanced"} &nbsp;{$form.member_test.html}
46 </td>
47 <td>
48 {$form.member_is_primary.label} {help id="id-member_is_primary" file="CRM/Member/Form/Search.hlp"} {$form.member_is_primary.html}
49 </td>
50</tr>
1174676f 51<tr><td><label>{$form.membership_id.label}</label> {$form.membership_id.html}</td>
5f97e97f 52 <td>{$form.member_pay_later.label}&nbsp;{$form.member_pay_later.html}</td>
a2b090fe 53</tr>
6a488035 54<tr>
5f97e97f
SL
55 <td>
56 {if $form.member_auto_renew}
57 <label>{$form.member_auto_renew.label}</label>
58 {help id="id-member_auto_renew" file="CRM/Member/Form/Search.hlp"}
59 <br/>
60 {$form.member_auto_renew.html}
61 {/if}
62 </td>
63 <td>{$form.member_is_override.label}{help id="id-member_is_override" file="CRM/Member/Form/Search.hlp"}{$form.member_is_override.html}</td>
6a488035 64</tr>
6a488035 65<tr>
5f97e97f
SL
66 {include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="membership_join_date" colspan='2'}
67</tr>
68<tr>
69 {include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="membership_start_date" colspan='2'}
6a488035 70</tr>
6a488035 71<tr>
5f97e97f 72 {include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="membership_end_date" colspan='2'}
6a488035
TO
73</tr>
74
75{* campaign in membership search *}
76{include file="CRM/Campaign/Form/addCampaignToComponent.tpl" campaignContext="componentSearch"
77campaignTrClass='' campaignTdClass=''}
78
79{if $membershipGroupTree}
80<tr>
81 <td colspan="4">
82 {include file="CRM/Custom/Form/Search.tpl" groupTree=$membershipGroupTree showHideLinks=false}
83 </td>
84</tr>
85{/if}