diff --git a/application/ui.extkeywidget.class.inc.php b/application/ui.extkeywidget.class.inc.php index 3350fdce0..ae5176482 100644 --- a/application/ui.extkeywidget.class.inc.php +++ b/application/ui.extkeywidget.class.inc.php @@ -944,6 +944,7 @@ HTML $('#ac_create_{$this->iId}').dialog({ width: 'auto', height: 'auto', maxHeight: $(window).height() - 50, autoOpen: false, modal: true}); $('#dcr_{$this->iId} form').removeAttr('onsubmit'); $('#dcr_{$this->iId} form').on('submit.uilinksWizard', oACWidget_{$this->iId}.DoCreateObject); +CombodoTooltip.InitAllNonInstantiatedTooltips($('#ac_create_{$this->iId}')); JS ); } diff --git a/templates/pages/backoffice/ajaxpage/layout.html.twig b/templates/pages/backoffice/ajaxpage/layout.html.twig index bc04fd125..82c1fd51d 100644 --- a/templates/pages/backoffice/ajaxpage/layout.html.twig +++ b/templates/pages/backoffice/ajaxpage/layout.html.twig @@ -68,19 +68,16 @@ } {% endblock %} + {% else %} + {% block iboPageJsInlineOnDomReady %} + {% for sJsInlineOnDomReady in aPage.aJsInlineOnDomReady %} + + {% endfor %} + {% endblock %} {% endif %} - {% block iboPageJsInlineOnDomReady %} - {% for sJsInlineOnDomReady in aPage.aJsInlineOnDomReady %} - - {% endfor %} - - {% endblock %} - {% if aDeferredBlocks is not empty %} {# TODO 3.0.0 #} {#