minor ui tweaks

This commit is contained in:
Friendika 2011-04-12 21:29:58 -07:00
parent 080efe4d1e
commit 4a514fa966
3 changed files with 5 additions and 1 deletions

View File

@ -467,7 +467,7 @@ function profiles_content(&$a) {
'$id' => $rr['id'],
'$alt' => t('Profile Image'),
'$profile_name' => $rr['profile-name'],
'$visible' => (($rr['is-default']) ? t('Visible to everybody')
'$visible' => (($rr['is-default']) ? '<strong>' . t('Visible to everybody') . '</strong>'
: '<a href="' . $a->get_baseurl() . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>')
));
}

View File

@ -2253,6 +2253,7 @@ a.mail-list-link {
#group-all-contacts-end {
clear: both;
margin-bottom: 10px;
}
#group-edit-desc {
@ -2286,6 +2287,7 @@ a.mail-list-link {
#prof-all-contacts-end {
clear: both;
margin-bottom: 10px;
}
#prof-edit-desc {

View File

@ -2277,6 +2277,7 @@ a.mail-list-link {
#group-all-contacts-end {
clear: both;
margin-bottom: 10px;
}
#group-edit-desc {
@ -2310,6 +2311,7 @@ a.mail-list-link {
#prof-all-contacts-end {
clear: both;
margin-bottom: 10px;
}
#prof-edit-desc {