? ? Pending

User tests: Successful: Unsuccessful:

avatar Quy
Quy
29 Jan 2020

Summary of Changes

Make alert inline consistent like this.

no-matching-results

Testing Instructions

Go to System > Warnings

Expected result

alert-after

Actual result

alert-before

avatar Quy Quy - open - 29 Jan 2020
avatar Quy Quy - change - 29 Jan 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 29 Jan 2020
Category Administration com_installer
avatar brianteeman
brianteeman - comment - 29 Jan 2020

Goof spot but you need to fix the other ones in the same file as well

avatar Quy
Quy - comment - 29 Jan 2020

I am not sure how to handle these.

The first one has dynamic heading and description. I will have to see what possible headings are.

For the second one, can the heading be replaced with the i icon?

COM_INSTALLER_MSG_WARNINGFURTHERINFO="Further information on warnings"

						<?php foreach ($this->messages as $message) : ?>
							<div class="alert alert-warning">
								<h4 class="alert-heading"><?php echo $message['message']; ?></h4>
								<p class="mb-0"><?php echo $message['description']; ?></p>
							</div>
						<?php endforeach; ?>
						<div class="alert alert-info">
							<h4 class="alert-heading"><?php echo Text::_('COM_INSTALLER_MSG_WARNINGFURTHERINFO'); ?></h4>
							<p class="mb-0"><?php echo Text::_('COM_INSTALLER_MSG_WARNINGFURTHERINFODESC'); ?></p>
						</div>
avatar brianteeman
brianteeman - comment - 29 Jan 2020

just about to start a presentation. i wont be able to take a look now until tomorrow

avatar brianteeman
brianteeman - comment - 30 Jan 2020

For the first one I think we need to keep the heading but we could include the relevant icon for some consistency

image

For the second message you are correct

Note the exact same code is used in com_joomlaupdate so that would need updating as well

avatar Quy Quy - change - 4 Feb 2020
Labels Added: ?
avatar chmst chmst - test_item - 12 Feb 2020 - Tested successfully
avatar chmst
chmst - comment - 12 Feb 2020

I have tested this item successfully on 5aecd4c


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

avatar jwaisner jwaisner - test_item - 12 Feb 2020 - Tested successfully
avatar jwaisner
jwaisner - comment - 12 Feb 2020

I have tested this item successfully on 5aecd4c


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

avatar jwaisner jwaisner - change - 12 Feb 2020
Status Pending Ready to Commit
avatar jwaisner
jwaisner - comment - 12 Feb 2020

RTC


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

avatar brianteeman
brianteeman - comment - 12 Feb 2020

The exact same code in joomlaupdate should be changed as well

avatar Quy Quy - change - 12 Feb 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 12 Feb 2020
Category Administration com_installer Administration com_installer com_joomlaupdate
avatar rdeutz rdeutz - close - 12 Feb 2020
avatar rdeutz rdeutz - merge - 12 Feb 2020
avatar rdeutz rdeutz - change - 12 Feb 2020
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-02-12 20:30:45
Closed_By rdeutz

Add a Comment

Login with GitHub to post a comment