CRM-17271 - Change all references to profile field visibility to use new language...
authorDave Greenberg <dave@civicrm.org>
Mon, 26 Oct 2015 21:49:17 +0000 (14:49 -0700)
committerDave Greenberg <dave@civicrm.org>
Mon, 26 Oct 2015 21:49:17 +0000 (14:49 -0700)
----------------------------------------
* CRM-17271: Change Profile Field Label from Public Pages to Expose Publicly
  https://issues.civicrm.org/jira/browse/CRM-17271

CRM/Core/SelectValues.php
js/model/crm.uf.js
templates/CRM/UF/Form/Field.hlp

index 9b8056952c5ad9c0fae98251d992c34066bfd4fa..4138538dd413dc4b43d41c506b04179e4dd53947 100644 (file)
@@ -357,8 +357,8 @@ class CRM_Core_SelectValues {
   public static function ufVisibility() {
     return array(
       'User and User Admin Only' => ts('User and User Admin Only'),
-      'Public Pages' => ts('Public Pages'),
-      'Public Pages and Listings' => ts('Public Pages and Listings'),
+      'Public Pages' => ts('Expose Publicly'),
+      'Public Pages and Listings' => ts('Expose Publicly and for Listings'),
     );
   }
 
index 095acddc0dc8e6ed20d9e443f0ac84bb010db05c..98727ffb24b5294c8fc10150ac074c829b6ddd9a 100644 (file)
@@ -8,8 +8,8 @@
 
   var VISIBILITY = [
     {val: 'User and User Admin Only', label: ts('User and User Admin Only'), isInSelectorAllowed: false},
-    {val: 'Public Pages', label: ts('Public Pages'), isInSelectorAllowed: true},
-    {val: 'Public Pages and Listings', label: ts('Public Pages and Listings'), isInSelectorAllowed: true}
+    {val: 'Public Pages', label: ts('Expose Publicly'), isInSelectorAllowed: true},
+    {val: 'Public Pages and Listings', label: ts('Expose Publicly and for Listings'), isInSelectorAllowed: true}
   ];
 
   var LOCATION_TYPES = _.map(CRM.PseudoConstant.locationType, function(value, key) {
index 4164df4d3a6b6806466976a8237d6e4d552942ee..6b0a0c8b809505e8a860ffce531ddaae39b23272 100644 (file)
@@ -60,7 +60,7 @@
     {ts}Is this field hidden from public search ('User and User Admin Only'), or is it visible to the public and potentially searchable in the Profile Search form ('Expose Publicly' or 'Expose Publicly and for Listings')?  ('User and User Admin Only') fields can still be used for Edit and Create mode.{/ts}
   </p>
   <p>
-    {ts}When visibility is 'Public Pages and Listings', users can also click the field value when viewing a contact in order to locate other contacts with the same value(s) (i.e. other contacts who live in Poland).{/ts}
+    {ts}When visibility is 'Expose Publicly and for Listings', users can also click the field value when viewing a contact in order to locate other contacts with the same value(s) (i.e. other contacts who live in Poland).{/ts}
   </p>
 {/htxt}