Task #61963
closedUseless img tag in the backend login template
100%
Description
Hi,
In the backend login template, in the copyright notice, there is an old img tag who is not displayed anymore :
<img width="75" height="24" align="left" alt="Logo TYPO3" src="sysext/t3skin/icons/gfx/loginlogo_transp.gif">
I think we can remove it. It is not used in any other place.
So remove the image in /typo3/sysext/t3skin/icons/gfx/loginlogo_transp.gif
And this line in /typo3/sysext/backend/Classes/Utility/BackendUtility.php (line 4057) :
'<img' . IconUtility::skinImg($GLOBALS['BACK_PATH'], 'gfx/loginlogo_transp.gif', 'width="75" height="24" vspace="2" hspace="4"') . ' alt="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_login.xlf:typo3.logo') . '" align="left" />' .
Thanks
Updated by Markus Klein about 10 years ago
Please add Felix Kopp to the review then and let him decide.
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33079
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33079
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33079
Updated by Eric Chavaillaz about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2edff0bd8242f23f70bf070b16bbee65f43d7f92.