Actions
Bug #22069
closedwrong image shown in WEB->PERM (backend-redesign)
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
Actions