fix year in headers
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Url.tpl
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<div class="crm-block crm-form-block crm-url-form-block">
f6eedce7 27<div class="help">
b698e2d5
TO
28 <p>
29 {ts}These settings define the URLs used to access CiviCRM resources (CSS files, Javascript files, images, etc.).{/ts}
30 </p>
31 <p>
32 {ts}You may configure these settings using absolute URLs or URL variables.{/ts}
33 {help id='id-url_vars'}
34 </p>
35
6a488035
TO
36</div>
37<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
38<table class="form-layout">
39 <tr class="crm-url-form-block-userFrameworkResourceURL">
40 <td class="label">
b75ff635 41 {$form.userFrameworkResourceURL.label} {help id='id-resource_url'}
6a488035
TO
42 </td>
43 <td>
b75ff635 44 {$form.userFrameworkResourceURL.html|crmAddClass:'huge40'}
6a488035
TO
45 </td>
46 </tr>
47 <tr class="crm-url-form-block-imageUploadURL">
48 <td class="label">
b75ff635 49 {$form.imageUploadURL.label} {help id='id-image_url'}
6a488035
TO
50 </td>
51 <td>
b75ff635 52 {$form.imageUploadURL.html|crmAddClass:'huge40'}
6a488035
TO
53 </td>
54 </tr>
55 <tr class="crm-url-form-block-customCSSURL">
56 <td class="label">
b75ff635 57 {$form.customCSSURL.label} {help id='id-css_url'}
6a488035
TO
58 </td>
59 <td>
b75ff635 60 {$form.customCSSURL.html|crmAddClass:'huge40'}
6a488035
TO
61 </td>
62 </tr>
94f35fe9
CW
63 <tr class="crm-url-form-block-disable_core_css">
64 <td class="label">
b75ff635 65 {$form.disable_core_css.label} {help id='id-css_url'}
94f35fe9
CW
66 </td>
67 <td>
68 {$form.disable_core_css.html}<br />
69 <p class="description">{ts}{$disable_core_css_description}{/ts}</p>
70 </td>
71 </tr>
6a488035
TO
72 <tr class="crm-url-form-block-extensionsURL">
73 <td class="label">
b75ff635 74 {$form.extensionsURL.label} {help id='id-extensions_url'}
6a488035
TO
75 </td>
76 <td>
b75ff635 77 {$form.extensionsURL.html|crmAddClass:'huge40'}
6a488035
TO
78 </td>
79 </tr>
80 <tr class="crm-url-form-block-enableSSL">
81 <td class="label">
b75ff635 82 {$form.enableSSL.label} {help id='id-enable_ssl'}
6a488035
TO
83 </td>
84 <td>
b75ff635 85 {$form.enableSSL.html}
6a488035
TO
86 </td>
87 </tr>
88 <tr class="crm-url-form-block-verifySSL">
89 <td class="label">
b75ff635 90 {$form.verifySSL.label} {help id='id-verify_ssl'}
6a488035
TO
91 </td>
92 <td>
b75ff635 93 {$form.verifySSL.html}<br/>
437a8990 94 <p class="description font-red">{ts}{$verifySSL_description}{/ts}</p>
6a488035
TO
95 </td>
96 </tr>
6a488035
TO
97</table>
98<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
99</div>