Index: t3lib/class.t3lib_clipboard.php =================================================================== --- t3lib/class.t3lib_clipboard.php (revision 6429) +++ t3lib/class.t3lib_clipboard.php (working copy) @@ -327,7 +327,7 @@ $opt[]=''; $opt[]=''; - $copymode_selector = ' '; + $copymode_selector = ' '; // Selector menu + clear button $opt=array(); Index: typo3/class.db_list_extra.inc =================================================================== --- typo3/class.db_list_extra.inc (revision 6429) +++ typo3/class.db_list_extra.inc (working copy) @@ -481,7 +481,7 @@ // Render collapse button if in multi table mode $collapseIcon = ''; if (!$this->table) { - $collapseIcon = 'backPath, 'gfx/arrow' . ($tableCollapsed ? 'right' : 'down') . '.png') . ' class="collapseIcon" alt="" title="' . ($tableCollapsed ? $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.expandTable',1) : $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.collapseTable',1)) . '" />'; + $collapseIcon = 'backPath, 'gfx/arrow' . ($tableCollapsed ? 'right' : 'down') . '.png') . ' class="collapseIcon" alt="" title="' . ($tableCollapsed ? $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.expandTable',1) : $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.collapseTable',1)) . '" />'; } $out .= $this->addelement(1, $collapseIcon, $theData, ' class="c-headLineTable"', ''); } @@ -1168,7 +1168,7 @@ $lab = 'V'; } - $cells['version']=''. + $cells['version']=''. $lab. ''; } elseif(!$this->table) {