mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fixed heading for extra data in categories (nobody uses this but I will with phpbrain)
This commit is contained in:
parent
e9aefa3ed5
commit
57119ecae7
@ -161,7 +161,7 @@
|
|||||||
{
|
{
|
||||||
for($i=0;$i<count($edata);$i++)
|
for($i=0;$i<count($edata);$i++)
|
||||||
{
|
{
|
||||||
$GLOBALS['phpgw']->template->set_var('th_data','<td bgcolor="' . $GLOBALS['phpgw_info']['theme']['th_bg'] . '">' . lang($edata[$i]) . '</td>');
|
$GLOBALS['phpgw']->template->set_var('sort_data','<td bgcolor="' . $GLOBALS['phpgw_info']['theme']['th_bg'] . '">' . lang($edata[$i]) . '</td>');
|
||||||
$GLOBALS['phpgw']->template->fp('column','data_column',True);
|
$GLOBALS['phpgw']->template->fp('column','data_column',True);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user