X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fwidget%2FComplexTitleInputWidget.php;h=ca6c8484d1ffb905a69340e7cd88a492f821b838;hb=7babd362babcbf7f20adb8e12edb4f4bc1d4249f;hp=a9e80425e5f725cc993e040afa256e20b298c3fa;hpb=1e3c2e5904d628c001a8d65909b135ea9bf042aa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/widget/ComplexTitleInputWidget.php b/includes/widget/ComplexTitleInputWidget.php index a9e80425e5..ca6c8484d1 100644 --- a/includes/widget/ComplexTitleInputWidget.php +++ b/includes/widget/ComplexTitleInputWidget.php @@ -1,14 +1,12 @@ config['namespace']; + $config['namespace']['dropdown']['$overlay'] = true; $config['title'] = $this->config['title']; + $config['title']['$overlay'] = true; return parent::getConfig( $config ); } }