use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair editblock and editlayout which still depended on it.
This commit is contained in:
@@ -158,8 +158,7 @@ function editwebpage_content(&$a) {
|
||||
'$defloc' => $itm[0]['location'],
|
||||
'$visitor' => ($is_owner) ? true : false,
|
||||
'$acl' => populate_acl($itm[0]),
|
||||
'$showacl' => true,
|
||||
'$pvisit' => ($is_owner) ? 'block' : 'none',
|
||||
'$showacl' => ($is_owner) ? true : false,
|
||||
'$public' => t('Public post'),
|
||||
'$jotnets' => $jotnets,
|
||||
'$mimeselect' => $mimeselect,
|
||||
|
Reference in New Issue
Block a user