Bug #22069
closedwrong image shown in WEB->PERM (backend-redesign)
0%
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
Updated by Chris topher over 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!