Project

General

Profile

Actions

Task #61963

closed

Useless img tag in the backend login template

Added by Eric Chavaillaz over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2014-09-30
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Sprint Focus:

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

Actions #1

Updated by Markus Klein over 9 years ago

Please add Felix Kopp to the review then and let him decide.

Actions #2

Updated by Gerrit Code Review over 9 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

Actions #3

Updated by Gerrit Code Review over 9 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

Actions #4

Updated by Gerrit Code Review over 9 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

Actions #5

Updated by Eric Chavaillaz over 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF