? ? Pending

User tests: Successful: Unsuccessful:

avatar Quy
Quy
19 May 2021

Summary of Changes

To remove references to FontAwesome, use generic icon class.
Change fa-fw to icon-fw.
Change order for consistency.

Testing Instructions

Code review.

or

Log in to the administration area.
View Post Installation Messages/Private Messages buttons in the upper right corner.
Icons same before/after PR.

avatar Quy Quy - open - 19 May 2021
avatar Quy Quy - change - 19 May 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 19 May 2021
Category Modules Administration
avatar ChristineWk
ChristineWk - comment - 19 May 2021

@Quy Sorry, maybe I make something wrong.
Hv now 50:50 :-)
View Post Installation Messages = OK
screen shot 2021-05-19 at 17 24 40

<span class="icon-bell icon-fw" aria-hidden="true"></span>

But I couldn't see the Private Messages buttons in the upper right corner.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33980.
avatar Quy
Quy - comment - 19 May 2021

But I couldn't see the Private Messages buttons in the upper right corner.

It is hidden by default when there are no new private messages.

To make it appear, please do the following in this file:
administrator/modules/mod_messages/tmpl/default.php

if ($hideLinks || $countUnread < 1)
to
if ($hideLinks)

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

I have tested this item successfully on d24022c

@Quy Thanks for the hint. Changed the code via FTP accordingly.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33980.
avatar ChristineWk
ChristineWk - comment - 19 May 2021

OK now:

<span class="icon-envelope icon-fw" aria-hidden="true"></span>
screen shot 2021-05-19 at 17 54 28


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

avatar brianteeman
brianteeman - comment - 19 May 2021

I trust if you are going to insist on this pointless change then you will be updating all the other instances in the admin. There is a valid reason to use a generic class in the frontend but none in the admin

avatar Quy
Quy - comment - 19 May 2021

Nope. There are only 2 instances of fa- in the backend, thus, this PR. The rest are icon-.

avatar brianteeman
brianteeman - comment - 19 May 2021

Search again

avatar Quy
Quy - comment - 19 May 2021

Well this PR makes these icons consistent with the other icons in the header. I am blind to what you are referring to so please enlighten me.

avatar richard67 richard67 - test_item - 20 May 2021 - Tested successfully
avatar richard67
richard67 - comment - 20 May 2021

I have tested this item successfully on d24022c


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

avatar richard67 richard67 - change - 20 May 2021
Status Pending Ready to Commit
Labels Added: ?
avatar richard67
richard67 - comment - 20 May 2021

RTC


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

avatar brianteeman
brianteeman - comment - 20 May 2021

sorry I was searching a branch of mine that had a lot of extensions installed and I didnt realise. There is only one fa- remaining

fa-8x

avatar Quy
Quy - comment - 20 May 2021

Mystery solved. I will do a PR for fa-8x. Thank you!

avatar rdeutz rdeutz - change - 20 May 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-05-20 17:45:14
Closed_By rdeutz
Labels Added: ?
avatar rdeutz rdeutz - close - 20 May 2021
avatar rdeutz rdeutz - merge - 20 May 2021

Add a Comment

Login with GitHub to post a comment