mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 19:48:49 +02:00
Add UIBlocks to twig (DataTable, Form, Input)
This commit is contained in:
@@ -22,7 +22,7 @@ class UIAlertNode extends Node
|
||||
|
||||
public function compile(Compiler $compiler)
|
||||
{
|
||||
$sBlockVar = UIBlockHelper::GetBlockVarName('oFieldSet');
|
||||
$sBlockVar = UIBlockHelper::GetBlockVarName('oAlert');
|
||||
$oParams = $this->getAttribute('params');
|
||||
$compiler
|
||||
->addDebugInfo($this)
|
||||
|
||||
Reference in New Issue
Block a user