Project

General

Profile

Actions

Bug #22069

closed

wrong image shown in WEB->PERM (backend-redesign)

Added by Stephan Kellermayr about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-02-05
Due date:
% Done:

0%

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

Description

in typo3/mod/web/perm/index.php all images are checked by t3lib_iconWorks::skinImg except the the 'legend.gif'.
if you want to skin the backend, you dont have the possibility to change the legend-image below and you have to hardcode or xlcass the module.

please replace the line 718 in typo3/mod/web/perm/index.php:
<td valign="top"><img src="legend.gif" width="86" height="75" alt="" /></td>

...with this:
<td valign="top"><img'.t3lib_iconWorks::skinImg($BACK_PATH,'legend.gif','width="86" height="75"').' alt="" /></td>

(issue imported from #M13443)


Files

index.php.0013443.diff (515 Bytes) index.php.0013443.diff Administrator Admin, 2010-03-09 11:37
Actions #1

Updated by Chris topher about 14 years ago

Hi Stephan,

thanks again for your work!
The same as with your other patches:

To get it discussed and included in the next versions of TYPO3, please create a unified diff and post it to the Core list!

Actions #2

Updated by Susanne Moog almost 14 years ago

rev 7681

Actions

Also available in: Atom PDF