version fixes
[civicrm-core.git] / templates / CRM / Contact / Form / Task / SaveSearch.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.7 |
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 <div class="crm-form-block crm-block crm-contact-task-createsmartgroup-form-block">
27 <h3>{ts}Smart Group{/ts}</h3>
28 <div class="help">
29 <p>{ts}This smart group will stay up-to-date with all contacts who meet the search criteria.{/ts}</p>
30 {if !empty($partiallySelected)}
31 <p>{ts}NOTE: Even if only a few contacts have been selected from the search results, all contacts that meet the following criteria will be in the group.{/ts}</p>
32 {/if}
33 {if !empty($qill[0])}
34 <div id="search-status">
35 <ul>
36 {foreach from=$qill[0] item=criteria}
37 <li>{$criteria}</li>
38 {/foreach}
39 </ul>
40 </div>
41 {/if}
42 <p>{docURL page='user/current/organising-your-data/smart-groups/'}</p>
43 </div>
44 <table class="form-layout-compressed">
45 <tr class="crm-contact-task-createsmartgroup-form-block-title">
46 <td class="label">{$form.title.label}</td>
47 <td>{$form.title.html}</td>
48 </tr>
49 <tr class="crm-contact-task-createsmartgroup-form-block-description">
50 <td class="label">{$form.description.label}</td>
51 <td>{$form.description.html}</td>
52 </tr>
53 {if $form.group_type}
54 <tr class="crm-contact-task-createsmartgroup-form-block-group_type">
55 <td class="label">{$form.group_type.label}</td>
56 <td>{$form.group_type.html}</td>
57 </tr>
58 {/if}
59 </table>
60
61 {*CRM-14190*}
62 {include file="CRM/Group/Form/ParentGroups.tpl"}
63
64 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
65 </div>