mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
small bugfix for linking just one entry to an infolog, when comming from addressbook multiple link to new infolog
This commit is contained in:
parent
e4c1aeb5d7
commit
acefa266b4
@ -1009,9 +1009,14 @@ class uiinfolog
|
|||||||
{
|
{
|
||||||
egw_link::link('infolog',$content['link_to']['to_id'],$action,$id);
|
egw_link::link('infolog',$content['link_to']['to_id'],$action,$id);
|
||||||
}
|
}
|
||||||
|
$content['blur_title'] = egw_link::title($action,'$id').",...";
|
||||||
|
} else {
|
||||||
|
if ($action_id) {
|
||||||
|
egw_link::link('infolog',$content['link_to']['to_id'],$action,$action_id);
|
||||||
|
$content['blur_title'] = egw_link::title($action,$action_id);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
$content['info_contact'] = $action.':'.$action_id;
|
$content['info_contact'] = $action.':'.$action_id;
|
||||||
$content['blur_title'] = egw_link::title($action,$action_id);
|
|
||||||
|
|
||||||
case '':
|
case '':
|
||||||
if ($info_id)
|
if ($info_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user