mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
removed calls to not used block data_column
This commit is contained in:
parent
200b99cd9f
commit
0fa77633e1
@ -132,9 +132,7 @@
|
|||||||
|
|
||||||
$GLOBALS['phpgw']->template->set_file(array(
|
$GLOBALS['phpgw']->template->set_file(array(
|
||||||
'cat_list_t' => 'listcats.tpl',
|
'cat_list_t' => 'listcats.tpl',
|
||||||
'data_column' => 'listcats.tpl'
|
|
||||||
));
|
));
|
||||||
$GLOBALS['phpgw']->template->set_block('cat_list_t','data_column','column');
|
|
||||||
$GLOBALS['phpgw']->template->set_block('cat_list_t','cat_list','list');
|
$GLOBALS['phpgw']->template->set_block('cat_list_t','cat_list','list');
|
||||||
|
|
||||||
$this->set_langs();
|
$this->set_langs();
|
||||||
@ -178,7 +176,6 @@
|
|||||||
for($i=0;$i<count($edata);$i++)
|
for($i=0;$i<count($edata);$i++)
|
||||||
{
|
{
|
||||||
$GLOBALS['phpgw']->template->set_var('sort_data','<td class="th">' . lang($edata[$i]) . '</td>');
|
$GLOBALS['phpgw']->template->set_var('sort_data','<td class="th">' . lang($edata[$i]) . '</td>');
|
||||||
$GLOBALS['phpgw']->template->fp('column','data_column',True);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user