mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 13:08:45 +02:00
N°3536 - Dashboard: Add title, toggler and menu to AttributeDashboard
This commit is contained in:
@@ -98,8 +98,8 @@ class ConsoleBlockRenderer extends BlockRenderer
|
||||
$oPage->add_ready_script($oBlockRenderer->RenderJsInline(iUIBlock::ENUM_JS_TYPE_ON_READY));
|
||||
$oPage->add_style($oBlockRenderer->RenderCssInline());
|
||||
|
||||
foreach ($oBlock->GetSubBlocks() as $oSubBlock) {
|
||||
static::AddCssJsTemplatesToPageRecursively( $oPage, $oSubBlock, $aContextParams);
|
||||
foreach ($oBlock->GetSubBlocksForCSSAndJS() as $oSubBlock) {
|
||||
static::AddCssJsTemplatesToPageRecursively($oPage, $oSubBlock, $aContextParams);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user