2010-05-30 Steffen Kamper <info@sk-typo3.de>
+ * Fixed bug #14530: Missing icons in new BE skin (sprites) v5
* Fixed bug #14530: Missing icons in new BE skin (sprites) v4
* Fixed bug #14530: Missing icons in new BE skin (sprites) v3
* Fixed bug #14530: Missing icons in new BE skin (sprites) v2
$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
// If the numeric clipboard pads are selected, show duplicate sorting link:
if ($this->clipNumPane()) {
$theData[$fCol].='<a href="'.htmlspecialchars($this->listURL('',-1).'&duplicateField='.$fCol).'" title="'.$LANG->getLL('clip_duplicates', TRUE) . '">'.
- t3lib_iconWorks::getSpriteIcon('actions-list-dublicates-select') .
+ t3lib_iconWorks::getSpriteIcon('actions-document-duplicates-select') .
'</a>';
}
) .
t3lib_BEfunc::translationCount($table, $row['uid'], ' ' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:labels.translationsOfRecord'));
$cells['delete']='<a href="#" onclick="'.htmlspecialchars('if (confirm('.$LANG->JScharCode($LANG->getLL('deleteWarning').' "'. $title.'" '.$refCountMsg).')) {jumpToUrl(\''.$SOBE->doc->issueCommand($params,-1).'\');} return false;').'" title="' . $LANG->getLL('delete', TRUE) . '">' .
- t3lib_iconWorks::getSpriteIcon('actions-edit-delete') .
+ t3lib_iconWorks::getSpriteIcon('actions-edit-delete') .
'</a>';
} elseif(!$this->table) {
$cells['delete'] = $this->spaceIcon;