Allow API Navigation.get with parent_id (#9153)
[civicrm-core.git] / templates / CRM / Member / Form / Search / Common.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
2c4c49ca 3 | CiviCRM version 4.7 |
6a488035 4 +--------------------------------------------------------------------+
fa938177 5 | Copyright CiviCRM LLC (c) 2004-2016 |
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>
36 <td>
37 {$form.member_source.label}
38 <br />{$form.member_source.html}
39 <p>
40 {$form.member_test.label} {help id="is-test" file="CRM/Contact/Form/Search/Advanced"} &nbsp;{$form.member_test.html}
6a488035
TO
41 </p>
42 </td>
43 <td>
44 <p>
45 {$form.member_is_primary.label}
46 {help id="id-member_is_primary" file="CRM/Member/Form/Search.hlp"}
47 {$form.member_is_primary.html}
6a488035
TO
48 </p>
49 <p>
50 {$form.member_pay_later.label}&nbsp;{$form.member_pay_later.html}
6a488035
TO
51 </p>
52 <p>
1dc429d1
EH
53 {if $form.member_auto_renew}
54 <label>{$form.member_auto_renew.label}</label>
55 {help id="id-member_auto_renew" file="CRM/Member/Form/Search.hlp"}
56 <br/>
57 {$form.member_auto_renew.html}
58 {/if}
6a488035 59 </p>
07e1389d
SL
60 <p>
61 {$form.member_is_override.label}
62 {help id="id-member_is_override" file="CRM/Member/Form/Search.hlp"}
63 {$form.member_is_override.html}
64 </p>
6a488035
TO
65 </td>
66</tr>
67
68<tr><td><label>{ts}Member Since{/ts}</label></td></tr>
69<tr>
70{include file="CRM/Core/DateRange.tpl" fieldName="member_join_date" from='_low' to='_high'}
71</tr>
72
73<tr><td><label>{ts}Start Date{/ts}</label></td></tr>
74<tr>
75{include file="CRM/Core/DateRange.tpl" fieldName="member_start_date" from='_low' to='_high'}
76</tr>
77
78<tr><td><label>{ts}End Date{/ts}</label></td></tr>
79<tr>
80{include file="CRM/Core/DateRange.tpl" fieldName="member_end_date" from='_low' to='_high'}
81</tr>
82
83{* campaign in membership search *}
84{include file="CRM/Campaign/Form/addCampaignToComponent.tpl" campaignContext="componentSearch"
85campaignTrClass='' campaignTdClass=''}
86
87{if $membershipGroupTree}
88<tr>
89 <td colspan="4">
90 {include file="CRM/Custom/Form/Search.tpl" groupTree=$membershipGroupTree showHideLinks=false}
91 </td>
92</tr>
93{/if}