one of those lovely reference bugfixes...

This commit is contained in:
Cornelius Weiß 2006-09-26 13:11:56 +00:00
parent 004122b237
commit 17299bab29

View File

@ -151,7 +151,8 @@
'template' => $result_rows_tpl,
));
$tpl->add_child($tpl, $action_buttons = $tpl->empty_cell('hbox','action_buttons'));
$action_buttons =& $tpl->empty_cell('hbox','action_buttons');
$tpl->add_child($tpl, $action_buttons);
foreach ($extension_data['actions'] as $action => $options)
{
$tpl->add_child($action_buttons, $result_button = $tpl->empty_cell($options['type'],'action['.$action.']',$options['options']));