mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°2847 - Tab Management - iTop Pages refactoring - introduction of UIContentBlock as base block
This commit is contained in:
@@ -21,6 +21,7 @@ namespace Combodo\iTop\Renderer;
|
||||
|
||||
use Combodo\iTop\Application\TwigBase\Twig\TwigHelper;
|
||||
use Combodo\iTop\Application\UI\iUIBlock;
|
||||
use utils;
|
||||
|
||||
/**
|
||||
* Class BlockRenderer
|
||||
@@ -220,6 +221,8 @@ class BlockRenderer
|
||||
HTML;
|
||||
}
|
||||
|
||||
// TODO 2.8.0
|
||||
//$sOutput .= utils::FilterXSS($this->RenderHtml());
|
||||
$sOutput .= $this->RenderHtml();
|
||||
|
||||
// JS last so all markup is build and ready
|
||||
@@ -269,4 +272,4 @@ HTML;
|
||||
return array_merge(['oUIBlock' => $this->oBlock], $this->aContextParams);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user