removed calls to not used block data_column

This commit is contained in:
Ralf Becker 2004-05-29 10:15:59 +00:00
parent 200b99cd9f
commit 0fa77633e1

View File

@ -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