Index: typo3/class.db_list_extra.inc =================================================================== --- typo3/class.db_list_extra.inc (revision 10075) +++ typo3/class.db_list_extra.inc (revision ) @@ -692,8 +692,9 @@ $localizationMarkerClass = ''; if (isset($GLOBALS['TCA'][$table]['ctrl']['languageField']) - && $row[$GLOBALS['TCA'][$table]['ctrl']['languageField']] != 0) { - // it's a translated record + && $row[$GLOBALS['TCA'][$table]['ctrl']['languageField']] != 0 + && $row[$GLOBALS['TCA'][$table]['ctrl']['transOrigPointerField']] != 0) { + // it's a translated record with a language parent $localizationMarkerClass = ' localization'; } } elseif ($fCol == 'pid') { @@ -1580,7 +1581,7 @@ } if ($lNew) $out[1].= $lNew; - } else { + } else if ($row['l18n_parent']) { $out[0] = '    '.$out[0]; } @@ -1874,4 +1875,4 @@ include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/class.db_list_extra.inc']); } -?> \ No newline at end of file +?>