commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / templates / CRM / Admin / Form / Setting / Url.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 <div class="crm-block crm-form-block crm-url-form-block">
27 <div id="help">
28 {ts}These settings define the URLs used to access CiviCRM resources (CSS files, Javascript files, images, etc.). Default values will be inserted the first time you access CiviCRM - based on the CIVICRM_UF_BASEURL specified in your installation's settings file (civicrm.settings.php).{/ts}
29 </div>
30 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
31 <table class="form-layout">
32 <tr class="crm-url-form-block-userFrameworkResourceURL">
33 <td class="label">
34 {$form.userFrameworkResourceURL.label} {help id='id-resource_url'}
35 </td>
36 <td>
37 {$form.userFrameworkResourceURL.html|crmAddClass:'huge40'}
38 </td>
39 </tr>
40 <tr class="crm-url-form-block-imageUploadURL">
41 <td class="label">
42 {$form.imageUploadURL.label} {help id='id-image_url'}
43 </td>
44 <td>
45 {$form.imageUploadURL.html|crmAddClass:'huge40'}
46 </td>
47 </tr>
48 <tr class="crm-url-form-block-customCSSURL">
49 <td class="label">
50 {$form.customCSSURL.label} {help id='id-css_url'}
51 </td>
52 <td>
53 {$form.customCSSURL.html|crmAddClass:'huge40'}
54 </td>
55 </tr>
56 <tr class="crm-url-form-block-disable_core_css">
57 <td class="label">
58 {$form.disable_core_css.label} {help id='id-css_url'}
59 </td>
60 <td>
61 {$form.disable_core_css.html}<br />
62 <p class="description">{ts}{$disable_core_css_description}{/ts}</p>
63 </td>
64 </tr>
65 <tr class="crm-url-form-block-extensionsURL">
66 <td class="label">
67 {$form.extensionsURL.label} {help id='id-extensions_url'}
68 </td>
69 <td>
70 {$form.extensionsURL.html|crmAddClass:'huge40'}
71 </td>
72 </tr>
73 <tr class="crm-url-form-block-enableSSL">
74 <td class="label">
75 {$form.enableSSL.label} {help id='id-enable_ssl'}
76 </td>
77 <td>
78 {$form.enableSSL.html}
79 </td>
80 </tr>
81 <tr class="crm-url-form-block-verifySSL">
82 <td class="label">
83 {$form.verifySSL.label} {help id='id-verify_ssl'}
84 </td>
85 <td>
86 {$form.verifySSL.html}<br/>
87 <p class="description font-red">{ts}{$verifySSL_description}{/ts}</p>
88 </td>
89 </tr>
90 <tr class="crm-miscellaneous-form-block-cvv-backoffice-required">
91 <td class="label">{$form.cvv_backoffice_required.label}</td>
92 <td>
93 {$form.cvv_backoffice_required.html}<br />
94 <p class="description">{ts}{$cvv_backoffice_required_description}{/ts}</p>
95 </td>
96 </tr>
97 </table>
98 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
99 </div>