Merge pull request #10677 from fuzionnz/CRM-20885-suppress_fakefile_error
[civicrm-core.git] / templates / CRM / Member / Form / Search.hlp
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
2c4c49ca 3 | CiviCRM version 4.7 |
6a488035 4 +--------------------------------------------------------------------+
2a73d3b0 5 | Copyright CiviCRM LLC (c) 2004-2017 |
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{htxt id="id-member_is_primary-title"}
27 {ts}Primary Members{/ts}
28{/htxt}
29{htxt id="id-member_is_primary"}
30 <ul>
31 <li>{ts}Select "Yes" to display only primary members (those contacts who have a membership directly attached to their record){/ts}</li>
32 <li>{ts}Select "No" to display only related records (those who inherit membership through a relationship as defined in the membership type configuration).{/ts}</li>
33 <li>{ts}Select neither to show all members, regardless of whether they are the direct member or inherit it through a relationship,{/ts}</li>
34 </ul>
35{/htxt}
07e1389d
SL
36{htxt id="id-member_is_override-title"}
37 {ts}Membership Status Is Override?{/ts}
38{/htxt}
39{htxt id="id-member_is_override"}
40 <ul>
41 <li>{ts}Select "Yes" to display only membership with Status Override set (membership is manually forced to a specific status){/ts}</li>
42 <li>{ts}Select "No" to display only memberships without Status Override set (membership is subject to the normal status rules){/ts}</li>
43 <li>{ts}Select neither to show all memberships{/ts}</li>
44 </ul>
45{/htxt}
1dc429d1
EH
46{htxt id="id-member_auto_renew-title"}
47 {ts}Auto-Renew Subscription Status{/ts}
48{/htxt}
49{htxt id="id-member_auto_renew"}
50 <ul>
51 <li>{ts}Select "None" to display memberships that have never had an auto-renew subscription.{/ts}</li>
52 <li>{ts}Select "In Progress" to display memberships with current auto-renew subscriptions.{/ts}</li>
53 <li>{ts}Select "Failed" to display memberships with failed subscription payment.{/ts}</li>
54 <li>{ts}Select "Cancelled" to display memberships with cancelled auto-renew subscriptions.{/ts}</li>
55 <li>{ts}Select "Ended" to display memberships with an ended auto-renew subscription.{/ts}</li>
2504db84 56 <li>{ts}Select "Any" to display memberships with auto-renew subscription irrespective of their status.{/ts}</li>
1dc429d1
EH
57 </ul>
58{/htxt}
59