Bug #23406 » 0015502_v1.patch
typo3/class.db_list_extra.inc (working copy) | ||
---|---|---|
// Traverse page translations and add icon for each language that does NOT yet exist:
|
||
$lNew = '';
|
||
foreach($this->pageOverlays as $lUid_OnPage => $lsysRec) {
|
||
if (!isset($translations['translations'][$lUid_OnPage]) && $GLOBALS['BE_USER']->checkLanguageAccess($lUid_OnPage)) {
|
||
$href = $this->backPath . $GLOBALS['TBE_TEMPLATE']->issueCommand(
|
||
if (!isset($translations['translations'][$lUid_OnPage]) && $GLOBALS['BE_USER']->checkLanguageAccess($lUid_OnPage)) { t3lib_div::debug( $this->backPath,' $this->backPath');
|
||
t3lib_div::debug( TYPO3_mainDir,'TYPO3_mainDir');
|
||
$href = '../' . TYPO3_mainDir . $GLOBALS['TBE_TEMPLATE']->issueCommand(
|
||
'&cmd['.$table.']['.$row['uid'].'][localize]='.$lUid_OnPage,
|
||
$this->listURL().'&justLocalized='.rawurlencode($table.':'.$row['uid'].':'.$lUid_OnPage)
|
||
);
|