commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / templates / CRM / Member / Form / Search / Common.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.6 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2015 |
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>
27 <td><label>{$form.membership_type_id.label}</label><br />
28 {$form.membership_type_id.html|crmAddClass:twenty}
29 </td>
30 <td><label>{$form.membership_status_id.label}</label><br />
31 {$form.membership_status_id.html}
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}
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}
48 </p>
49 <p>
50 {$form.member_pay_later.label}&nbsp;{$form.member_pay_later.html}
51 </p>
52 <p>
53 {$form.member_auto_renew.label}&nbsp;{$form.member_auto_renew.html}
54 </p>
55 </td>
56 </tr>
57
58 <tr><td><label>{ts}Member Since{/ts}</label></td></tr>
59 <tr>
60 {include file="CRM/Core/DateRange.tpl" fieldName="member_join_date" from='_low' to='_high'}
61 </tr>
62
63 <tr><td><label>{ts}Start Date{/ts}</label></td></tr>
64 <tr>
65 {include file="CRM/Core/DateRange.tpl" fieldName="member_start_date" from='_low' to='_high'}
66 </tr>
67
68 <tr><td><label>{ts}End Date{/ts}</label></td></tr>
69 <tr>
70 {include file="CRM/Core/DateRange.tpl" fieldName="member_end_date" from='_low' to='_high'}
71 </tr>
72
73 {* campaign in membership search *}
74 {include file="CRM/Campaign/Form/addCampaignToComponent.tpl" campaignContext="componentSearch"
75 campaignTrClass='' campaignTdClass=''}
76
77 {if $membershipGroupTree}
78 <tr>
79 <td colspan="4">
80 {include file="CRM/Custom/Form/Search.tpl" groupTree=$membershipGroupTree showHideLinks=false}
81 </td>
82 </tr>
83 {/if}