*** empty log message ***

This commit is contained in:
Cornelius Weiß 2005-12-18 19:06:32 +00:00
parent 2ec9cbae86
commit 1d96eeb3f6

View File

@ -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(