mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Send along edit link / settings as well as view
This commit is contained in:
parent
4266a8e876
commit
4b8e873d0f
@ -1236,6 +1236,8 @@ class infolog_bo
|
||||
$title = ($do_events?common::formattime($start->format('H'),$start->format('i')).' ':'').
|
||||
$info['info_subject'];
|
||||
$view = egw_link::view('infolog',$info['info_id']);
|
||||
$edit = egw_link::edit('infolog',$info['info_id'], $size);
|
||||
$edit['size'] = $size;
|
||||
$content=array();
|
||||
foreach ($icons = array(
|
||||
$info['info_type'] => 'infolog',
|
||||
@ -1252,6 +1254,7 @@ class infolog_bo
|
||||
'endtime' => ($info['info_enddate'] ? $info['info_enddate'] : $info['info_startdate']),
|
||||
'title' => $title,
|
||||
'view' => $view,
|
||||
'edit' => $edit,
|
||||
'icons' => $icons,
|
||||
'content' => $content
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user