forked from extern/egroupware
fixed bug [ 1008512 ] Matrix view missing data (Name in first column of weekly MV)
This commit is contained in:
parent
f6aae94ec2
commit
ec20618965
@ -3191,6 +3191,7 @@
|
|||||||
);
|
);
|
||||||
$p->set_block('month_header','monthly_row','monthly_row');
|
$p->set_block('month_header','monthly_row','monthly_row');
|
||||||
$p->set_block('month_header','month_column','month_column');
|
$p->set_block('month_header','month_column','month_column');
|
||||||
|
$p->set_block('month_header','column_title','column_title');
|
||||||
$p->set_block('month_day','month_daily','month_daily');
|
$p->set_block('month_day','month_daily','month_daily');
|
||||||
$p->set_block('month_day','day_event','day_event');
|
$p->set_block('month_day','day_event','day_event');
|
||||||
$p->set_block('month_day','event','event');
|
$p->set_block('month_day','event','event');
|
||||||
@ -3199,8 +3200,8 @@
|
|||||||
$p->set_var('col_width','14');
|
$p->set_var('col_width','14');
|
||||||
if($display_name)
|
if($display_name)
|
||||||
{
|
{
|
||||||
$p->set_var('column_data',$GLOBALS['phpgw']->common->grab_owner_name($owner));
|
$p->set_var('col_title',$GLOBALS['phpgw']->common->grab_owner_name($owner));
|
||||||
$p->parse('column_header','month_column',True);
|
$p->parse('column_row','column_title',True);
|
||||||
$p->set_var('col_width','12');
|
$p->set_var('col_width','12');
|
||||||
}
|
}
|
||||||
$today = date('Ymd',$GLOBALS['phpgw']->datetime->users_localtime);
|
$today = date('Ymd',$GLOBALS['phpgw']->datetime->users_localtime);
|
||||||
|
Loading…
Reference in New Issue
Block a user