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'),
);
}
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) {
{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}