User tests: Successful: Unsuccessful:
Pull Request for Issue # .
The error_login page needs also the $loginLogo
and loginLogoAlt
(check line 120), my bad!
Code review
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Category | ⇒ | Administration Templates (admin) |
Status | New | ⇒ | Pending |
Labels |
Added:
Release Blocker
?
|
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-01-20 17:40:03 |
Closed_By | ⇒ | roland-d |
Thank you
Line 121, change to:
<?php echo HTMLHelper::_('image', $loginLogo, $loginLogoAlt, ['loading' => 'eager', 'decoding' => 'async'], false, 0); ?>
Otherwise, it will output without the
alt=
:<img src="http://localhost/joomla-cms-4.2-dev/media/templates/administrator/atum/images/logos/login.svg" logo>