Project

General

Profile

Bug #23158 ยป 15088-sprite-error-rte.patch

Administrator Admin, 2010-07-13 19:58

View differences:

typo3/class.browse_links.php (working copy)
$c=0;
while($row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res)) {
$c++;
$icon=t3lib_iconWorks::getSpriteIconForRecord('tt_content', $row,$BACK_PATH);
$icon = t3lib_iconWorks::getSpriteIconForRecord('tt_content', $row);
if ($this->curUrlInfo['act']=='page' && $this->curUrlInfo['cElement']==$row['uid']) {
$arrCol='<img'.t3lib_iconWorks::skinImg($BACK_PATH,'gfx/blinkarrow_left.gif','width="5" height="9"').' class="c-blinkArrowL" alt="" />';
} else {
    (1-1/1)