mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
save user preferences
This commit is contained in:
@@ -76,7 +76,10 @@ class AuditFilterField extends cmdbAbstractObject
|
||||
$sHtml .= '<li><i>:' . $oAuditFilter->Get('placeholder') . '</i> for ' . $oAuditFilter->Get('label') . '</li>';
|
||||
}
|
||||
$sHtml .= '</ul>';
|
||||
$oPage->AddUiBlock(AlertUIBlockFactory::MakeForInformation('In OQL query, you can use this placeholders:', '')->AddSubBlock(new Html($sHtml)));
|
||||
$oInfoBlock = AlertUIBlockFactory::MakeForInformation('In OQL query, you can use this placeholders:', '')
|
||||
->AddSubBlock(new Html($sHtml))
|
||||
->SetOpenedByDefault(false);
|
||||
$oPage->AddUiBlock($oInfoBlock);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user