Merge pull request #2769 from colemanw/cj
[civicrm-core.git] / templates / CRM / UF / Form / AdvanceSetting.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.5 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2014 |
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 {literal}
27 <script type="text/javascript">
28 CRM.$(function($) {
29 cj().crmAccordions();
30 });
31 </script>
32 {/literal}
33
34 <div class="crm-accordion-wrapper collapsed">
35 <div class="crm-accordion-header">
36 Advanced Settings
37 </div><!-- /.crm-accordion-header -->
38 <div class="crm-accordion-body">
39 <div class="crm-block crm-form-block crm-uf-advancesetting-form-block">
40 <table class="form-layout">
41 <tr class="crm-uf-advancesetting-form-block-group">
42 <td class="label">{$form.group.label}</td>
43 <td>{$form.group.html} {help id='id-limit_group' file="CRM/UF/Form/Group.hlp"}</td>
44 </tr>
45
46 <tr class="crm-uf-advancesetting-form-block-add_contact_to_group">
47 <td class="label">{$form.add_contact_to_group.label}</td>
48 <td>{$form.add_contact_to_group.html} {help id='id-add_group' file="CRM/UF/Form/Group.hlp"}</td>
49 </tr>
50
51 <tr class="crm-uf-advancesetting-form-block-notify">
52 <td class="label">{$form.notify.label}</td>
53 <td>{$form.notify.html} {help id='id-notify_email' file="CRM/UF/Form/Group.hlp"}</td>
54 </tr>
55
56 <tr class="crm-uf-advancesetting-form-block-post_URL">
57 <td class="label">{$form.post_URL.label}</td>
58 <td>{$form.post_URL.html} {help id='id-post_URL' file="CRM/UF/Form/Group.hlp"}</td>
59 </tr>
60
61 <tr class="crm-uf-advancesetting-form-block-cancel_URL">
62 <td class="label">{$form.cancel_URL.label}</td>
63 <td>{$form.cancel_URL.html} {help id='id-cancel_URL' file="CRM/UF/Form/Group.hlp"}</td>
64 </tr>
65
66 <tr class="crm-uf-advancesetting-form-block-add_captcha">
67 <td class="label"></td>
68 <td>{$form.add_captcha.html} {$form.add_captcha.label} {help id='id-add_captcha' file="CRM/UF/Form/Group.hlp"}</td>
69 </tr>
70
71 <tr class="crm-uf-advancesetting-form-block-is_cms_user">
72 <td class="label">{$form.is_cms_user.label}</td>
73 <td>{$form.is_cms_user.html} {help id='id-is_cms_user' file="CRM/UF/Form/Group.hlp"}</td>
74 </tr>
75
76 <tr class="crm-uf-advancesetting-form-block-is_update_dupe">
77 <td class="label">{$form.is_update_dupe.label}</td>
78 <td>{$form.is_update_dupe.html} {help id='id-is_update_dupe' file="CRM/UF/Form/Group.hlp"}</td>
79 </tr>
80
81 <tr class="crm-uf-advancesetting-form-block-is_proximity_search">
82 <td class="label">{$form.is_proximity_search.label}</td>
83 <td>{$form.is_proximity_search.html} {help id='id-is_proximity_search' file="CRM/UF/Form/Group.hlp"}</td></tr>
84
85 <tr class="crm-uf-advancesetting-form-block-is_map">
86 <td class="label"></td>
87 <td>{$form.is_map.html} {$form.is_map.label} {help id='id-is_map' file="CRM/UF/Form/Group.hlp"}</td>
88 </tr>
89
90 <tr class="crm-uf-advancesetting-form-block-is_edit_link">
91 <td class="label"></td>
92 <td>{$form.is_edit_link.html} {$form.is_edit_link.label} {help id='id-is_edit_link' file="CRM/UF/Form/Group.hlp"}</td>
93 </tr>
94
95 <tr class="crm-uf-advancesetting-form-block-is_uf_link">
96 <td class="label"></td>
97 <td>{$form.is_uf_link.html} {$form.is_uf_link.label} {help id='id-is_uf_link' file="CRM/UF/Form/Group.hlp"}</td>
98 </tr>
99 </table>
100 </div><!-- / .crm-block -->
101 </div><!-- /.crm-accordion-body -->
102 </div><!-- /.crm-accordion-wrapper -->