X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fwidget%2FComplexTitleInputWidget.php;h=ca6c8484d1ffb905a69340e7cd88a492f821b838;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hp=a9e80425e5f725cc993e040afa256e20b298c3fa;hpb=86ffeb1a7d3e106084aaaeb2c5fdf404855f7eae;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 ); } }