? ? Pending

User tests: Successful: Unsuccessful:

avatar PhilETaylor
PhilETaylor
1 May 2021

Pull Request for Issue # .

Summary of Changes

Cleanup of the output HTML from the email layout

Testing Instructions

Go to a page with an email input - a good enable is the "I forgot my username" page on the frontend

https://example.com/index.php/component/users/remind?Itemid=101

View the source.

Actual result BEFORE applying this Pull Request

		<input
	type="email"
	inputmode="email"
	name="jform[email]"
	 class="form-control validate-email required"	id="jform_email"
	value=""
	 size="30"     autocomplete="email"    required  >

Expected result AFTER applying this Pull Request

<input type="email" inputmode="email" name="jform[email]" class="form-control validate-email required" id="jform_email" value="" size="30" autocomplete="email" required>

Documentation Changes Required

None

avatar PhilETaylor PhilETaylor - open - 1 May 2021
avatar PhilETaylor PhilETaylor - change - 1 May 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 1 May 2021
Category Layout
avatar PhilETaylor PhilETaylor - change - 1 May 2021
Labels Added: ?
avatar Quy Quy - test_item - 1 May 2021 - Tested successfully
avatar Quy
Quy - comment - 1 May 2021

I have tested this item successfully on 04338ca


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

avatar ChristineWk ChristineWk - test_item - 1 May 2021 - Tested successfully
avatar ChristineWk
ChristineWk - comment - 1 May 2021

I have tested this item successfully on 04338ca


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

avatar Quy Quy - change - 1 May 2021
Status Pending Ready to Commit
avatar Quy
Quy - comment - 1 May 2021

RTC


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

avatar richard67 richard67 - change - 1 May 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-05-01 21:51:23
Closed_By richard67
Labels Added: ?
avatar richard67 richard67 - close - 1 May 2021
avatar richard67 richard67 - merge - 1 May 2021
avatar richard67
richard67 - comment - 1 May 2021

Thanks!

Add a Comment

Login with GitHub to post a comment