Index: typo3/sysext/t3skin/stylesheets/ext-cms-layout-db-layout-php.css =================================================================== --- typo3/sysext/t3skin/stylesheets/ext-cms-layout-db-layout-php.css (revision 3090) +++ typo3/sysext/t3skin/stylesheets/ext-cms-layout-db-layout-php.css (working copy) @@ -4,4 +4,16 @@ .typo3-page-colHeader .bgColor2 div { color: #FFFFFF; -} \ No newline at end of file +} + +/* ----- class.tx_cms_layout.php - Control Panel Opacity ----- */ +#ext-cms-layout-db-layout-php .opacity-off { + opacity: .05; + filter: alpha(opacity=50); +} +#ext-cms-layout-db-layout-php .opacity-on { + opacity: 1; + filter: alpha(opacity=100); + +} + Index: typo3/sysext/cms/layout/class.tx_cms_layout.php =================================================================== --- typo3/sysext/cms/layout/class.tx_cms_layout.php (revision 3090) +++ typo3/sysext/cms/layout/class.tx_cms_layout.php (working copy) @@ -454,7 +454,7 @@ if ($this->defLangBinding && $this->tt_contentConfig['languageMode']) { $defLangBinding[$key][$lP][$row[($lP ? 'l18n_parent' : 'uid')]] = $singleElementHTML; } else { - $content[$key].= $singleElementHTML; + $content[$key].= '