mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 19:33:54 +01:00
now displays the title - description
This commit is contained in:
parent
53a67b7722
commit
27c6fc6ed1
@ -788,7 +788,7 @@
|
|||||||
$pict = "rpt.gif";
|
$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 (intval($phpgw->common->show_date($lr_events->datetime,"Hi"))) {
|
||||||
if ($phpgw_info["user"]["preferences"]["common"]["timeformat"] == "12") {
|
if ($phpgw_info["user"]["preferences"]["common"]["timeformat"] == "12") {
|
||||||
$format = "h:i a";
|
$format = "h:i a";
|
||||||
|
Loading…
Reference in New Issue
Block a user