In the global configuration, tab descriptions (corresponding to the fieldset's 'description' attribute in the xml file of each component) have an information icon and can contain html tags.
Descriptions in module instances, for instance, do not show the icon and cannot contain html tags.
For consistency and for improving the format of the info given to the users.
in the joomla.edit.params layout:
add the icon before the fieldset description
<span class="fas fa-info-circle" aria-hidden="true"></span><span class="sr-only"><?php echo Text::_('INFO'); ?></span>
remove the escaping of the description.
None.
Labels |
Added:
?
|
Title |
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-08-21 08:09:42 |
Closed_By | ⇒ | infograf768 |
See #30435