According to the information in the descritpion of Icon- TO fa ( part 3 ) #28075 the icon for the Save-Group button should have been changed from icon-save
to fas fa-save
There may be others I have not checked
Labels |
Added:
?
|
Is'nt it simply
diff --git a/layouts/joomla/toolbar/iconclass.php b/layouts/joomla/toolbar/iconclass.php
index 6ed910c..a42fa6a 100644
--- a/layouts/joomla/toolbar/iconclass.php
+++ b/layouts/joomla/toolbar/iconclass.php
@@ -36,4 +36,8 @@
$icon = 'fas fa-save';
}
+elseif ($icon === 'save')
+{
+ $icon = 'fas fa-save';
+}
elseif ($icon === 'mail')
{
maybe also to add in /layouts/joomla/button/iconclass.php
i'll double check it but I think your right it SHOULD be button/iconclass.php @infograf768.. have it done in next 24hrs.. no sleep yet
in both files. tested already ok the one in the diff above
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-07-27 19:14:02 |
Closed_By | ⇒ | N6REJ |
Ping @N6REJ .