Remove modal window for default post permission setting
This commit is contained in:
parent
0584667d13
commit
3c50f985a9
3 changed files with 9 additions and 40 deletions
|
@ -937,7 +937,6 @@ function settings_content(App $a)
|
|||
|
||||
'$maxreq' => ['maxreq', DI::l10n()->t('Maximum Friend Requests/Day:'), $maxreq , DI::l10n()->t("\x28to prevent spam abuse\x29")],
|
||||
'$permissions' => DI::l10n()->t('Default Post Permissions'),
|
||||
'$permdesc' => DI::l10n()->t("\x28click to open/close\x29"),
|
||||
'$visibility' => $profile['net-publish'],
|
||||
'$aclselect' => ACL::getFullSelectorHTML(DI::page(), $a->user),
|
||||
'$blockwall'=> $blockwall, // array('blockwall', DI::l10n()->t('Allow friends to post to your profile page:'), !$blockwall, ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue