mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 12:38:44 +02:00
N°2847 - Tab Management - iTop Pages refactoring - introduction of UIContentBlock as base block
This commit is contained in:
@@ -209,8 +209,7 @@ abstract class UIBlock implements iUIBlock
|
||||
return $aFiles;
|
||||
}
|
||||
|
||||
|
||||
public function AddExtraHtmlContent(string $sHTML) :iUIBlock
|
||||
public function AddHtml(string $sHTML): iUIBlock
|
||||
{
|
||||
// By default this does nothing
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user