NPM Resource Changed ? ? Pending

User tests: Successful: Unsuccessful:

avatar infograf768
infograf768
16 Aug 2020

Pull Request for Issue #30375

Summary of Changes

As title says. Changing Warning heading and Close button to black to increase contrast with Yellow background

Testing Instructions

Try to login with a wrong password. in frontend as well as backend
You will get a warning.

NPM after patch

Actual result BEFORE applying this Pull Request

Frontend

Screen Shot 2020-08-16 at 07 14 45

Backend

Screen Shot 2020-08-16 at 07 15 16

Expected result AFTER applying this Pull Request

Frontend
Screen Shot 2020-08-16 at 06 51 11

Backend

Screen Shot 2020-08-16 at 06 46 22

avatar infograf768 infograf768 - open - 16 Aug 2020
avatar infograf768 infograf768 - change - 16 Aug 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 16 Aug 2020
Category Administration Templates (admin) NPM Change Front End Templates (site)
avatar sandewt
sandewt - comment - 16 Aug 2020

Joomla! 4.0.0-beta4-dev Development [ Mañana ] 29-July-2020 18:21 GMT
Joomla_4.0.0-beta4-dev+pr.30382-Development-Full_Package.zip

Note: I miss the yellow border top of the warming message in the administrator, as it can be seen in the frontend.

See test result below.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30382.
avatar sandewt sandewt - test_item - 16 Aug 2020 - Tested successfully
avatar sandewt
sandewt - comment - 16 Aug 2020

I have tested this item successfully on 957384d

See my comment above.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30382.

avatar infograf768
infograf768 - comment - 16 Aug 2020

Note: I miss the yellow border top of the warming message in the administrator, as it can be seen in the frontend.

This is only for the login page and the border is there, although just close to the header.
If desired, one could modify slightly the code in login.php to include <jdoc:include type="message" /> in a <div> with a specific class. Not sure it is necessary.

Thanks for testing.

avatar chmst chmst - test_item - 16 Aug 2020 - Tested successfully
avatar chmst
chmst - comment - 16 Aug 2020

I have tested this item successfully on 957384d


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30382.

avatar richard67 richard67 - change - 16 Aug 2020
Status Pending Ready to Commit
avatar richard67
richard67 - comment - 16 Aug 2020

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30382.

avatar richard67 richard67 - change - 16 Aug 2020
Labels Added: ? ? NPM Resource Changed
avatar richard67 richard67 - close - 16 Aug 2020
avatar richard67 richard67 - merge - 16 Aug 2020
avatar richard67 richard67 - change - 16 Aug 2020
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-08-16 10:04:09
Closed_By richard67
Labels
avatar richard67
richard67 - comment - 16 Aug 2020

Thanks to all (coder and testers).

avatar sandewt
sandewt - comment - 16 Aug 2020

If desired, one could modify slightly the code in login.php to include <jdoc:include type="message" /> in a <div> with a specific class. Not sure it is necessary.

I have tried something with an existing class for the look and feel.
Disadvantage: the login field always scrolls down 15 px.
File: login.php

<div class="contentpane">
<jdoc:include type="message" />
</div>	

Result:
screen shot 2020-08-16 at 12 42 02

Next step?


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30382.

avatar infograf768
infograf768 - comment - 17 Aug 2020

A new class could be created in /administrator/templates/atum/scss/blocks/_login.scss
Something like

.login_message {
  margin: 1rem 1rem 0 1rem; }

code in login.php

		<section id="content" class="content h-100">
			<div class="login_message"><jdoc:include type="message" /></div>
			<main class="d-flex justify-content-center align-items-center h-100">

You can make PR.

avatar sandewt
sandewt - comment - 17 Aug 2020

See issue: #30400


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30382.

Add a Comment

Login with GitHub to post a comment