From: Eileen McNaughton Date: Mon, 25 Aug 2014 00:29:13 +0000 (+1200) Subject: CRM-15168 add titles for settings X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=66f90900f71398c4315f673c4b9b9bd47640e964;p=civicrm-core.git CRM-15168 add titles for settings --- diff --git a/settings/Core.setting.php b/settings/Core.setting.php index c73562d8eb..40f12dcda8 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -171,7 +171,7 @@ return array ( 'html_type' => 'Text', 'default' => '{contact.last_name}{, }{contact.first_name}', 'add' => '4.1', - 'title' => null, + 'title' => 'Sort Name Format', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -185,7 +185,7 @@ return array ( 'html_type' => 'Text', 'default' => null, 'add' => '4.1', - 'title' => null, + 'title' => 'Wysiwig Editor', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -199,7 +199,7 @@ return array ( 'html_type' => 'Text', 'default' => null, 'add' => '4.1', - 'title' => null, + 'title' => 'Ajax Check Similar', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -213,7 +213,7 @@ return array ( 'quick_form_type' => 'YesNo', 'default' => 1, 'add' => '4.5', - 'title' => null, + 'title' => 'Ajax Popups Enabled', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -275,7 +275,7 @@ return array ( ), 'default' => '1234567', 'add' => '4.1', - 'title' => null, + 'title' => 'Contact Reference Options', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -616,7 +616,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'quick_form_type' => 'YesNo', 'default' => 1, 'add' => '4.3', - 'title' => '', + 'title' => 'Verify SSL?', 'is_domain' => 1, 'is_contact' => 0, 'description' => 'If disabled, backend HTTPS services will allow unverified, insecure connections', diff --git a/settings/Directory.setting.php b/settings/Directory.setting.php index f0ba60e6e0..f8a011b485 100644 --- a/settings/Directory.setting.php +++ b/settings/Directory.setting.php @@ -46,11 +46,11 @@ return array( 'default' => null, 'add' => '4.1', 'prefetch' => 1, - 'title' => null, + 'title' => 'Upload Directory', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, - 'help_text' => 'If set, new contacts that are created when signing a petition are assigned a tag of this name.', + 'help_text' => '', ), 'imageUploadDir' => array( 'group_name' => 'Directory Preferences', @@ -61,7 +61,7 @@ return array( 'default' => null, 'add' => '4.1', 'prefetch' => 1, - 'title' => null, + 'title' => 'Image Directory', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -76,7 +76,7 @@ return array( 'default' => null, 'add' => '4.1', 'prefetch' => 1, - 'title' => null, + 'title' => 'Custom Files Upload Directory', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -91,7 +91,7 @@ return array( 'default' => null, 'add' => '4.1', 'prefetch' => 1, - 'title' => null, + 'title' => 'Custom Template Directory', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -106,7 +106,7 @@ return array( 'default' => null, 'add' => '4.1', 'prefetch' => 1, - 'title' => null, + 'title' => 'Custom PHP Path', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -121,7 +121,7 @@ return array( 'default' => null, 'add' => '4.1', 'prefetch' => 1, - 'title' => null, + 'title' => 'Extensions Directory', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, diff --git a/settings/Mailing.setting.php b/settings/Mailing.setting.php index f9101468a7..18f98c8967 100644 --- a/settings/Mailing.setting.php +++ b/settings/Mailing.setting.php @@ -74,7 +74,7 @@ return array( 'html_type' => 'checkbox', 'default' => 0, 'add' => '4.1', - 'title' => null, + 'title' => 'Use CiviMail Workflow', 'is_domain' => 1, 'is_contact' => 0, 'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.', @@ -88,7 +88,7 @@ return array( 'html_type' => 'checkbox', 'default' => 0, 'add' => '4.1', - 'title' => null, + 'title' => 'Lock Mails Server-Wide for Mail Sending', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -102,7 +102,7 @@ return array( 'html_type' => 'checkbox', 'default' => 0, 'add' => '4.1', - 'title' => null, + 'title' => 'Mailing Backend', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -178,4 +178,4 @@ return array( 'description' => 'If enabled, a randomized hash key will be used to reference the mailing URL in the mailing.viewUrl token, instead of the mailing ID', 'help_text' => null, ), -); \ No newline at end of file +); diff --git a/settings/Multisite.setting.php b/settings/Multisite.setting.php index aed49914d7..a071a9ac51 100644 --- a/settings/Multisite.setting.php +++ b/settings/Multisite.setting.php @@ -41,6 +41,7 @@ return array( 'group_name' => 'Multi Site Preferences', 'group' => 'multisite', 'name' => 'is_enabled', + 'title' => 'Multisite Is enabled', 'type' => 'Integer', 'default' => null, 'add' => '4.1', @@ -53,6 +54,7 @@ return array( 'group_name' => 'Multi Site Preferences', 'group' => 'multisite', 'name' => 'domain_group_id', + 'title' => 'Multisite Domain Group', 'type' => 'Integer', 'default' => null, 'add' => '4.1', @@ -65,6 +67,7 @@ return array( 'group_name' => 'Multi Site Preferences', 'group' => 'multisite', 'name' => 'event_price_set_domain_id', + 'title' => 'Domain Event Price Set', 'type' => 'Integer', 'default' => null, 'add' => '4.1', @@ -78,6 +81,7 @@ return array( 'group' => 'multisite', 'name' => 'uniq_email_per_site', 'type' => 'Integer', + 'title' => 'Unique Email per Domain?', 'default' => null, 'add' => '4.1', 'is_domain' => 1, diff --git a/settings/Url.setting.php b/settings/Url.setting.php index 82e4f1e7a9..f2484ff189 100644 --- a/settings/Url.setting.php +++ b/settings/Url.setting.php @@ -40,6 +40,7 @@ return array ( 'group' => 'url', 'group_name' => 'URL Preferences', 'name' => 'userFrameworkResourceURL', + 'title' => 'Script and CSS Resources URL', 'type' => 'String', 'default' => null, 'add' => '4.1', @@ -53,6 +54,7 @@ return array ( 'imageUploadURL' => array( 'group' => 'url', 'group_name' => 'URL Preferences', + 'title' => 'Image URL Prefix', 'name' => 'imageUploadURL', 'type' => 'String', 'default' => null, @@ -68,6 +70,7 @@ return array ( 'group' => 'url', 'group_name' => 'URL Preferences', 'name' => 'customCSSURL', + 'title' => 'Custom CSS', 'type' => 'String', 'default' => null, 'add' => '4.1',