diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index def0e67e1..99e94cacd 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -1071,7 +1071,8 @@ EOF 'aJsInlineOnDomReady' => $this->m_aReadyScripts, 'aJsInlineLive' => $this->a_scripts, // TODO: TEMP, used while developping, remove it. - 'aSanitizedContent' => self::FilterXSS($this->s_content), + 'sSanitizedContent' => self::FilterXSS($this->s_content), + 'sDeferredContent' => self::FilterXSS($this->s_deferred_content), ] ); diff --git a/css/backoffice/components/_breadcrumbs.scss b/css/backoffice/components/_breadcrumbs.scss index 6b0b5fef6..d6d284b0d 100644 --- a/css/backoffice/components/_breadcrumbs.scss +++ b/css/backoffice/components/_breadcrumbs.scss @@ -29,6 +29,7 @@ $ibo-breadcrumbs--item-separator--text-color: $ibo-color-grey-500 !default; .ibo-breadcrumbs{ @extend %ibo-vertically-centered-content; + justify-content: flex-end; /* To hide first elements when there is not enough space to show all */ * { display: flex; diff --git a/templates/pages/backoffice/layout.html.twig b/templates/pages/backoffice/layout.html.twig index 0d3e68b5c..7014928a3 100644 --- a/templates/pages/backoffice/layout.html.twig +++ b/templates/pages/backoffice/layout.html.twig @@ -37,7 +37,13 @@