more editing of visibility displays
This commit is contained in:
parent
136fa15594
commit
ad4dc666c5
@ -707,7 +707,7 @@ function profiles_content(&$a) {
|
|||||||
'$alt' => t('Profile Image'),
|
'$alt' => t('Profile Image'),
|
||||||
'$profile_name' => $rr['profile_name'],
|
'$profile_name' => $rr['profile_name'],
|
||||||
'$visible' => (($rr['is_default'])
|
'$visible' => (($rr['is_default'])
|
||||||
? '<strong>' . t('visible to everybody') . '</strong>'
|
? '<strong>' . translate_scope(map_scope($channel['channel_r_profile'])) . '</strong>'
|
||||||
: '<a href="' . $a->get_baseurl(true) . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>')
|
: '<a href="' . $a->get_baseurl(true) . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>')
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user