[TYPO3-core] RFC #13443: code cleanup: wrong image shown in WEB->PERM (backend-redesign)
Stephan N Kellermayr
stephan.kellermayr at t3x.at
Tue Mar 9 11:19:00 CET 2010
this is an SVN patch request.
type: code cleanup
bugtracker references:
http://bugs.typo3.org/view.php?id=13443
branches:
trunk, current branch
problem:
in WEB->PERM all images are controlled by t3lib_iconWorks::skinImg,
except the 'legend.gif', so there is always a static image which is
not good for backend-redesign.
solution:
just replace in line 718 of 'typo3/mod/web/perm/index.php' the
'src="legend.gif"' with
't3lib_iconWorks::skinImg($BACK_PATH,'legend.gif','width="86"
height="75"')'.
(patch attached: typo3/mod/web/perm/index.php.0013443.diff)
notes:
none
best regards,
Stephan N Kellermayr
-----------------------------------------------------------------
this message was sent using horde-webmail, hosted by sonority.eu
http://www.sonority.eu/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: index.php.0013443.diff
Type: text/x-patch
Size: 216 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100309/363205e3/attachment.bin>
More information about the TYPO3-team-core
mailing list