mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
*** empty log message ***
This commit is contained in:
parent
2ec9cbae86
commit
1d96eeb3f6
@ -303,6 +303,13 @@ class uicontacts extends bocontacts
|
||||
);
|
||||
|
||||
$content['advs']['row_actions'] = array(
|
||||
'view' => array(
|
||||
'type' => 'button',
|
||||
'options' => array(
|
||||
'size' => 'view',
|
||||
'onclick' => "location.href='".$GLOBALS['egw']->link('/index.php',
|
||||
array('menuaction' => 'addressbook.uicontacts.view',)).'&contact_id=$row_cont[id]\';return false;',
|
||||
)),
|
||||
'edit' => array(
|
||||
'type' => 'button',
|
||||
'options' => array(
|
||||
|
Loading…
Reference in New Issue
Block a user