Project

General

Profile

Bug #23852 » 16142_v2.diff

Administrator Admin, 2011-01-25 15:50

View differences:

typo3/class.db_list_extra.inc (revision )
$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') {
......
}
if ($lNew) $out[1].= $lNew;
} else {
} else if ($row['l18n_parent']) {
$out[0] = '    '.$out[0];
}
......
include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/class.db_list_extra.inc']);
}
?>
?>
(4-4/4)