provide an acl select option for only me

This commit is contained in:
Mario Vavti
2016-05-19 23:35:19 +02:00
parent 50d1d06b03
commit 0f5eb65210
3 changed files with 62 additions and 17 deletions

View File

@@ -269,6 +269,8 @@ function populate_acl($defaults = null,$show_jotnets = true, $emptyACL_descripti
$tpl = get_markup_template("acl_selector.tpl");
$o = replace_macros($tpl, array(
'$showall' => $showall_caption,
'$onlyme' => t('Only me'),
'$add_others' => t('Add others'),
'$showallOrigin' => $showall_origin,
'$showallIcon' => $showall_icon,
'$select_label' => t('Who can see this?'),