Project

General

Profile

Actions

Bug #100081

closed

Show correct alt text in SystemEmail if custom logo is configured

Added by Sybille Peters over 1 year ago. Updated over 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

Also available in: Atom PDF