?
avatar obuisard
obuisard
21 Aug 2020

What needs to be fixed

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.

Why this should be fixed

For consistency and for improving the format of the info given to the users.

How would you fix it

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.

Side Effects expected

None.

avatar obuisard obuisard - open - 21 Aug 2020
avatar joomla-cms-bot joomla-cms-bot - change - 21 Aug 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 21 Aug 2020
avatar obuisard obuisard - change - 21 Aug 2020
Title
Fieldset descriptions need rendering to be more consistent
[4.0] Fieldset descriptions need rendering to be more consistent
avatar obuisard obuisard - edited - 21 Aug 2020
avatar infograf768 infograf768 - change - 21 Aug 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-08-21 08:09:42
Closed_By infograf768
avatar infograf768 infograf768 - close - 21 Aug 2020
avatar infograf768
infograf768 - comment - 21 Aug 2020

See #30435

Add a Comment

Login with GitHub to post a comment