From b75ff63587d1ec9fbf249b3eda82dee2360947f3 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 31 Oct 2013 15:34:31 -0700 Subject: [PATCH] CRM-12578 - Template cleanup --- templates/CRM/Admin/Form/Setting/Url.tpl | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/CRM/Admin/Form/Setting/Url.tpl b/templates/CRM/Admin/Form/Setting/Url.tpl index 1ab579b442..269ab05e29 100644 --- a/templates/CRM/Admin/Form/Setting/Url.tpl +++ b/templates/CRM/Admin/Form/Setting/Url.tpl @@ -31,31 +31,31 @@ -- 2.25.1
- {$form.userFrameworkResourceURL.label} + {$form.userFrameworkResourceURL.label} {help id='id-resource_url'} - {$form.userFrameworkResourceURL.html|crmAddClass:'huge40'} {help id='id-resource_url'} + {$form.userFrameworkResourceURL.html|crmAddClass:'huge40'}
- {$form.imageUploadURL.label} + {$form.imageUploadURL.label} {help id='id-image_url'} - {$form.imageUploadURL.html|crmAddClass:'huge40'} {help id='id-image_url'} + {$form.imageUploadURL.html|crmAddClass:'huge40'}
- {$form.customCSSURL.label} + {$form.customCSSURL.label} {help id='id-css_url'} - {$form.customCSSURL.html|crmAddClass:'huge40'} {help id='id-css_url'} + {$form.customCSSURL.html|crmAddClass:'huge40'}
- {$form.disable_core_css.label} + {$form.disable_core_css.label} {help id='id-css_url'} {$form.disable_core_css.html}
@@ -64,26 +64,26 @@
- {$form.extensionsURL.label} + {$form.extensionsURL.label} {help id='id-extensions_url'} - {$form.extensionsURL.html|crmAddClass:'huge40'} {help id='id-extensions_url'} + {$form.extensionsURL.html|crmAddClass:'huge40'}
- {$form.enableSSL.label} + {$form.enableSSL.label} {help id='id-enable_ssl'} - {$form.enableSSL.html} {help id='id-enable_ssl'} + {$form.enableSSL.html}
- {$form.verifySSL.label} + {$form.verifySSL.label} {help id='id-verify_ssl'} - {$form.verifySSL.html} {help id='id-verify_ssl'}
+ {$form.verifySSL.html}

{ts}{$verifySSL_description}{/ts}