mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
fixed not displayed links in view
This commit is contained in:
parent
784fa6add7
commit
0e155c2ae5
@ -186,7 +186,10 @@ class uicontacts extends bocontacts
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$content['view'] = true;
|
$content['view'] = true;
|
||||||
|
$content['link'] = $content['link_to'] = array(
|
||||||
|
'to_app' => 'addressbook',
|
||||||
|
'to_id' => $content['id'],
|
||||||
|
);
|
||||||
$readonlys['link'] = $readonlys['link_to'] = $readonlys['customfields'] = true;
|
$readonlys['link'] = $readonlys['link_to'] = $readonlys['customfields'] = true;
|
||||||
$readonlys['button[save]'] = $readonlys['button[apply]'] = true;
|
$readonlys['button[save]'] = $readonlys['button[apply]'] = true;
|
||||||
$readonlys['button[delete]'] = !$this->check_perms(EGW_ACL_DELETE,$content);
|
$readonlys['button[delete]'] = !$this->check_perms(EGW_ACL_DELETE,$content);
|
||||||
|
Loading…
Reference in New Issue
Block a user