forked from extern/egroupware
fix not displayed actions found by Christophe Combelles
This commit is contained in:
parent
a3f36ebcb4
commit
60c5bd673a
@ -127,7 +127,8 @@
|
||||
}
|
||||
if(!empty($extension_data['row_actions']))
|
||||
{
|
||||
$result_rows_tpl->add_child($grid,$row_actions = $result_rows_tpl->empty_cell('hbox','row_action'));
|
||||
$row_actions =& $result_rows_tpl->empty_cell('hbox','row_action');
|
||||
$result_rows_tpl->add_child($grid,$row_actions);
|
||||
foreach($extension_data['row_actions'] as $action => $options)
|
||||
{
|
||||
$result_rows_tpl->add_child($row_actions, $row_action = $result_rows_tpl->empty_cell($options['type'],$action.'[$row_cont[id]]',$options['options']));
|
||||
|
Loading…
Reference in New Issue
Block a user