User tests: Successful: Unsuccessful:
Pull Request for Issue #25415 .
These 2 changes are made with separate commits for each change, so if it turns out that only one of them is accepted, then it can be cherry-picked.
See issue #25415 .
Consistent display of all warnings, i.e. show contact related warning like all the others with warning class and icon but no text "Warning! " at the beginning.
All warnings have warning class and icon and no text "Warning! " at the beginning. Only the text related to contact errors has class and icon for info but text "Warning! " at the beginning.
None.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_languages Language & Strings |
In joomla 3 you will have to keep the word"warning" in the text. In joomla 4 these messages should all have a headline saying "warning" (and if they dont yet then its just because its on my todo)
The other changes are fine and enough to resolve this issue
@brianteeman Hmm, the other texts dont's start with "Warning! ". What these warnings all have is a hidden (class="element-invisible") span with JText::_('WARNING')
, and so I've changed that hidden span for the questionable warning from JText::_('INFO')
to JText::_('WARNING')
, Is it that what you mean?
and the others are wrong which is why I fixed them in j4 ;)
Ahh. Got it. Will undo the corresponding commit to remove the test part.
The hidden span is for screen reader users as they cant see the icon or colour
Labels |
Added:
?
?
|
Category | Administration com_languages Language & Strings | ⇒ | Administration com_languages |
Yes, that's why I changed that, too. Thanks for advise. I really appreciate that. PR should be ready now.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Thanks Guys for your Work.
thx
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-07-20 18:58:17 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
Removed: ? |
Thanks
@brianteeman I'd like to know your opinion if both changes, 1. icon and class, and 2. the removal of "Warning! " from the beginning of the text are good, or if you think only one of them is better. I think both together is most consistent with other warnings in the multilanguage status module's modal. I've made separate commits so each change can be cherry-picked.