Index: typo3/class.db_list_extra.inc =================================================================== --- typo3/class.db_list_extra.inc (revision 7766) +++ typo3/class.db_list_extra.inc (working copy) @@ -682,8 +682,8 @@ $alttext = t3lib_BEfunc::getRecordIconAltText($row,$table); //$iconImg = t3lib_iconWorks::getIconImage($table,$row,$this->backPath,'title="'.htmlspecialchars($alttext).'"'.); $iconImg = t3lib_iconWorks::getSpriteIconForRecord($table, $row, array('title' => htmlspecialchars($alttext), 'style' => ($indent ? ' margin-left: ' . $indent . 'px;' : ''))); - - + + $theIcon = $this->clickMenuEnabled ? $GLOBALS['SOBE']->doc->wrapClickMenuOnIcon($iconImg,$table,$row['uid']) : $iconImg; // Preparing and getting the data-array @@ -955,7 +955,7 @@ // If the numeric clipboard pads are selected, show duplicate sorting link: if ($this->clipNumPane()) { $theData[$fCol].=''. - t3lib_iconWorks::getSpriteIcon('actions-list-dublicates-select') . + t3lib_iconWorks::getSpriteIcon('actions-document-duplicates-select') . ''; } @@ -1306,7 +1306,7 @@ ) . t3lib_BEfunc::translationCount($table, $row['uid'], ' ' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:labels.translationsOfRecord')); $cells['delete']='doc->issueCommand($params,-1).'\');} return false;').'" title="' . $LANG->getLL('delete', TRUE) . '">' . - t3lib_iconWorks::getSpriteIcon('actions-edit-delete') . + t3lib_iconWorks::getSpriteIcon('actions-edit-delete') . ''; } elseif(!$this->table) { $cells['delete'] = $this->spaceIcon;