Index: index.php =================================================================== --- index.php (revision 38077) +++ index.php (working copy) @@ -1119,7 +1119,7 @@ // If there was a language icon and the language was not default or [all] and if that langauge is accessible for the user, then wrap the flag with an edit link (to support the "Click the flag!" principle for translators) if ($languageIcon && $languageUid>0 && $GLOBALS['BE_USER']->checkLanguageAccess($languageUid) && $contentTreeArr['el']['table']==='tt_content') { - $languageIcon = $this->link_edit($languageIcon, 'tt_content', $contentTreeArr['el']['uid'], TRUE, $contentTreeArr['el']['pid']); + $languageIcon = $this->link_edit($languageIcon, 'tt_content', $contentTreeArr['el']['uid'], TRUE, $contentTreeArr['el']['pid'], 'tpm-langIcon'); } elseif ($languageIcon) { $languageIcon = '' . $languageIcon . ''; } @@ -1161,16 +1161,18 @@ // Finally assemble the table: $finalContent = '