mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
Move ACL full selector template to subfolder
- Fix display overflow in contact complete suggestion box
This commit is contained in:
parent
3d455645e7
commit
a844fd8f58
2 changed files with 2 additions and 2 deletions
|
@ -303,7 +303,7 @@ class ACL
|
|||
'emailcc' => $form_prefix ? $form_prefix . '[emailcc]' : 'emailcc',
|
||||
];
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate('acl_selector.tpl');
|
||||
$tpl = Renderer::getMarkupTemplate('acl/full_selector.tpl');
|
||||
$o = Renderer::replaceMacros($tpl, [
|
||||
'$public_title' => DI::l10n()->t('Public'),
|
||||
'$public_desc' => DI::l10n()->t('This content will be shown to all your followers and can be seen in the community pages and by anyone with its link.'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue