mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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(
|
$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(
|
'edit' => array(
|
||||||
'type' => 'button',
|
'type' => 'button',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
|
Loading…
Reference in New Issue
Block a user