mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
now displays the title - description
This commit is contained in:
parent
53a67b7722
commit
27c6fc6ed1
@ -788,7 +788,7 @@
|
||||
$pict = "rpt.gif";
|
||||
}
|
||||
}
|
||||
$p->set_var('link_entry',$this->link_to_entry($lr_events->id, $pict, $lr_events->description));
|
||||
$p->set_var('link_entry',$this->link_to_entry($lr_events->id, $pict, $this->is_private($lr_events,$owner).' - '.$lr_events->description));
|
||||
if (intval($phpgw->common->show_date($lr_events->datetime,"Hi"))) {
|
||||
if ($phpgw_info["user"]["preferences"]["common"]["timeformat"] == "12") {
|
||||
$format = "h:i a";
|
||||
|
Loading…
Reference in New Issue
Block a user