mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°3593 - rename xsi-type to utilities
This commit is contained in:
@@ -843,7 +843,7 @@ class iTopDesignFormat
|
||||
// Add new attribute to theme import nodes
|
||||
$oNodeList = $oXPath->query('/itop_design/branding/themes/theme/imports/import');
|
||||
foreach ($oNodeList as $oNode) {
|
||||
$oNode->setAttribute('xsi:type', 'utility');
|
||||
$oNode->setAttribute('xsi:type', 'utilities');
|
||||
}
|
||||
|
||||
// Add Class Style
|
||||
|
||||
Reference in New Issue
Block a user