Project

General

Profile

Bug #23852 » 16142-language-intend.patch

Administrator Admin, 2010-10-27 11:25

View differences:

typo3/class.db_list_extra.inc (working copy)
$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') {
(1-1/4)