Project

General

Profile

Actions

Bug #100081

closed

Show correct alt text in SystemEmail if custom logo is configured

Added by Sybille Peters about 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Mailer API
Target version:
-
Start date:
2023-03-04
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If a custom logo is configured via backend Extension Configuration login.loginLogo, this image is used as logo in the SystemEmail Fluid layout.

In this case an alt text "TYPO3 Logo" is used, which is (usually) not appropriate for a custom logo.

Should just use "Logo".

<f:if condition="{typo3.systemConfiguration.backend.loginLogo}">
<f:then>
  <img src="{typo3.systemConfiguration.backend.loginLogo -> core:normalizedUrl()}" alt="Logo" height="41" width="150" />
</f:then>

Related issues 3 (2 open1 closed)

Related to TYPO3 Core - Bug #100078: Embed TYPO3 logo in SystemLayout Fluid email layoutClosed2023-03-04

Actions
Related to TYPO3 Core - Bug #96063: custom Backend Login Logo within fileadmin breaks MAIL functionalityUnder Review2021-11-23

Actions
Related to TYPO3 Core - Task #98343: Embed Mail logo into emailUnder Review2022-09-13

Actions
Actions #1

Updated by Sybille Peters about 1 year ago

  • Related to Bug #100078: Embed TYPO3 logo in SystemLayout Fluid email layout added
Actions #2

Updated by Gerrit Code Review about 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78023

Actions #3

Updated by Gerrit Code Review about 1 year ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78023

Actions #4

Updated by Gerrit Code Review about 1 year ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78023

Actions #5

Updated by Sybille Peters about 1 year ago

  • Related to Bug #96063: custom Backend Login Logo within fileadmin breaks MAIL functionality added
Actions #6

Updated by Sybille Peters about 1 year ago

  • Related to Task #98343: Embed Mail logo into email added
Actions #7

Updated by Gerrit Code Review about 1 year ago

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78023

Actions #8

Updated by Gerrit Code Review about 1 year ago

Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78119

Actions #9

Updated by Sybille Peters about 1 year ago

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

Also available in: Atom PDF