The images referenced in the css below do not exist. Not sure if this is a missing files problem or a bad css problem
joomla-cms/administrator/templates/system/scss/system.scss
Lines 38 to 69 in ec5c72b
Labels |
Added:
?
|
Hmm, no upmerge issue. This file joomla-cms/administrator/templates/system/scss/system.scss
has been added with PR #31221 . => Ping @dgrammatiko .
All these files are totally useless. I mean frames (not iframes!!!) are not supported anymore. Actually I was thinking to totally remove the system templates and patch the one place where these things are used (as fallbacks) with a prerendered html (as we re doing for the other hard fails)
This is from joomla 2.5, or even older 1.5
At that time we did not have layouts system. This style was loaded to keep styled "important parts" in fallbacks when the default template do not have index.php or component.php.
In joomla 4 the messages styles loaded with layout
joomla-cms/layouts/joomla/system/message.php
Lines 43 to 45 in ec5c72b
I think whole part with #system-message
in system.css
can be removed, or even whole system.css.
@brianteeman I checked the images directory there were no such images named "notice-alert.png", "notice-note.png"
@Piyussshh thats exactly what I said
@Piyussshh thats exactly what I said
Then this is a missing file problem
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-04-23 08:07:33 |
Closed_By | ⇒ | brianteeman |
Closed as we have a PR
Looks like either a copy and paste issue or an upmerge issue, or some old historical stuff from times when the Atum template was created.
Images with such names only exist in 3.x:
In the 4.0-dev branch are no images with names like
notice*.png
.