Index: ChangeLog =================================================================== --- ChangeLog (Revision 9407) +++ ChangeLog (Arbeitskopie) @@ -15,6 +15,7 @@ 2010-11-16 Ernesto Baschny * Added feature #15668: TYPO3 Backend should display flags for translations as sprite icons (Thanks to Steffen Ritter) + * Follow-up to #16111: Fixed display of group/db selector getting displayed below since this feature (e.g. sys_template.baseOn) 2010-11-16 Sebastian Kurfuerst Index: t3lib/class.t3lib_tceforms.php =================================================================== --- t3lib/class.t3lib_tceforms.php (Revision 9407) +++ t3lib/class.t3lib_tceforms.php (Arbeitskopie) @@ -3740,7 +3740,7 @@ ''; } $imagesOnly = FALSE; - if ($params['thumbnails']) { + if ($params['thumbnails'] && $params['info']) { // In case we have thumbnails, check if only images are allowed. // In this case, render them below the field, instead of to the right $allowedExtensionList = t3lib_div::trimExplode(' ', strtolower($params['info']), TRUE);