mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Added the Private field to the view
This commit is contained in:
parent
4f6f05629c
commit
a144dd8639
@ -1447,6 +1447,13 @@ class calendar extends calendar_
|
||||
$p->set_var($var);
|
||||
$p->parse('output','list',True);
|
||||
|
||||
$var = Array(
|
||||
'field' => lang('Private'),
|
||||
'data' => $event->public==True?'False':'True'
|
||||
);
|
||||
$p->set_var($var);
|
||||
$p->parse('output','list',True);
|
||||
|
||||
if($event->groups[0])
|
||||
{
|
||||
$cal_grps = '';
|
||||
|
Loading…
Reference in New Issue
Block a user