mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°2314 Introduce custom themes for iTop's console
This commit is contained in:
@@ -699,6 +699,10 @@ class iTopDesignFormat
|
||||
// -- 1283 : remove "in_new_window" option for WebPageMenuNode
|
||||
$sPath = "/itop_design/menus/menu[@xsi:type='WebPageMenuNode']/in_new_window";
|
||||
$this->RemoveNodeFromXPath($sPath);
|
||||
|
||||
// -- 2314 : remove "themes" nodes
|
||||
$sPath = "/itop_design/branding/themes";
|
||||
$this->RemoveNodeFromXPath($sPath);
|
||||
}
|
||||
|
||||
private function RemoveNodeFromXPath($sPath)
|
||||
|
||||
Reference in New Issue
Block a user