Case Type refactoring
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Url.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
819d0d41 3 | CiviCRM version 4.5 |
6a488035 4 +--------------------------------------------------------------------+
819d0d41 5 | Copyright CiviCRM LLC (c) 2004-2014 |
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<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">
b75ff635 34 {$form.userFrameworkResourceURL.label} {help id='id-resource_url'}
6a488035
TO
35 </td>
36 <td>
b75ff635 37 {$form.userFrameworkResourceURL.html|crmAddClass:'huge40'}
6a488035
TO
38 </td>
39 </tr>
40 <tr class="crm-url-form-block-imageUploadURL">
41 <td class="label">
b75ff635 42 {$form.imageUploadURL.label} {help id='id-image_url'}
6a488035
TO
43 </td>
44 <td>
b75ff635 45 {$form.imageUploadURL.html|crmAddClass:'huge40'}
6a488035
TO
46 </td>
47 </tr>
48 <tr class="crm-url-form-block-customCSSURL">
49 <td class="label">
b75ff635 50 {$form.customCSSURL.label} {help id='id-css_url'}
6a488035
TO
51 </td>
52 <td>
b75ff635 53 {$form.customCSSURL.html|crmAddClass:'huge40'}
6a488035
TO
54 </td>
55 </tr>
94f35fe9
CW
56 <tr class="crm-url-form-block-disable_core_css">
57 <td class="label">
b75ff635 58 {$form.disable_core_css.label} {help id='id-css_url'}
94f35fe9
CW
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>
6a488035
TO
65 <tr class="crm-url-form-block-extensionsURL">
66 <td class="label">
b75ff635 67 {$form.extensionsURL.label} {help id='id-extensions_url'}
6a488035
TO
68 </td>
69 <td>
b75ff635 70 {$form.extensionsURL.html|crmAddClass:'huge40'}
6a488035
TO
71 </td>
72 </tr>
73 <tr class="crm-url-form-block-enableSSL">
74 <td class="label">
b75ff635 75 {$form.enableSSL.label} {help id='id-enable_ssl'}
6a488035
TO
76 </td>
77 <td>
b75ff635 78 {$form.enableSSL.html}
6a488035
TO
79 </td>
80 </tr>
81 <tr class="crm-url-form-block-verifySSL">
82 <td class="label">
b75ff635 83 {$form.verifySSL.label} {help id='id-verify_ssl'}
6a488035
TO
84 </td>
85 <td>
b75ff635 86 {$form.verifySSL.html}<br/>
437a8990 87 <p class="description font-red">{ts}{$verifySSL_description}{/ts}</p>
6a488035
TO
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>