This commit is contained in:
Jerome Nadaud
2013-09-12 14:47:47 +02:00
parent 91d3da310b
commit e63ce0a86d
12 changed files with 464 additions and 41 deletions
+1 -4
View File
@@ -172,10 +172,7 @@ class TreeToolbarCore implements ITreeToolbarCore
public function render()
{
foreach ($this->getActions() as $action)
{
if ($action instanceof TreeToolbarSearchCore)
$action->setAttribute('data', $this->getData());
}
$action->setAttribute('data', $this->getData());
return $this->getContext()->smarty->createTemplate(
$this->getTemplateFile($this->getTemplate()),