Project

General

Profile

Actions

Bug #28578

closed

userdefined page-icon are not loaded in pagetree

Added by Michael Stein over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2011-07-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When I do:
t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-myext', '../typo3conf/myext/res/icons/calendar.gif');
$TCA['pages']['columns']['module']['config']['items']60 = 'Kalender';
$TCA['pages']['columns']['module']['config']['items']61 = 'calendar';
$TCA['pages']['columns']['module']['config']['items']62 = t3lib_extMgm::extRelPath($_EXTKEY) . 'res/icons/calendar.gif';

It is well loaded in the listview and in the pageproperty-frame etc.

The icon is NOT loaded in the pagetree.
The icon-span has the correct class:
<span class="t3-icon t3-icon-tcarecords t3-icon-tcarecords-pages t3-icon-pages-contains-calendar" id="ext-gen1075" qtip="id=127"> </span>

in the merged css-file is:
.t3-icon-pages-contains-calendar{background-position:0px 0px !important;background-image:url('../../typo3conf/ext/klicksafe/res/icons/calendar.gif') !important}

which is one '../' to much


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #23932: In a sysfolder, the field Contains Plugin does not show the correct iconClosed2010-11-03

Actions
Actions

Also available in: Atom PDF