mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
more indicators of public visibility
This commit is contained in:
parent
e51e772abc
commit
a27b7fb28d
7 changed files with 47 additions and 9 deletions
|
@ -130,7 +130,7 @@ function populate_acl($user = null,$celeb = false) {
|
|||
$o = '';
|
||||
$o .= '<div id="acl-wrapper">';
|
||||
$o .= '<div id="acl-permit-outer-wrapper">';
|
||||
$o .= '<div id="acl-permit-text">' . t('Visible To:') . '</div>';
|
||||
$o .= '<div id="acl-permit-text">' . t('Visible To:') . '</div><div id="jot-public">' . t('everybody') . '</div>';
|
||||
$o .= '<div id="acl-permit-text-end"></div>';
|
||||
$o .= '<div id="acl-permit-wrapper">';
|
||||
$o .= '<div id="group_allow_wrapper">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue