Skip to content
Snippets Groups Projects
Commit c1d5379e authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Tooltip pour les descriptions

parent d7b49344
No related branches found
No related tags found
No related merge requests found
Pipeline #27912 passed
......@@ -90,7 +90,8 @@ $canCategories = $this->isAllowed(IndicateurPrivileges::getResourceId(Indicateur
<td>
<?php echo $indicateur->getTitre(); ?>
<?php if ($indicateur->getDescription()) : ?>
<span class="icon icon-information" title="<?php echo $indicateur->getDescription(); ?> "></span>
<span class="icon icon-information" data-bs-toggle='tooltip' data-bs-html='true'
title="<?php echo $indicateur->getDescription(); ?> "></span>
<?php endif; ?>
</td>
<td> <?php echo $indicateur->getEntity(); ?> </td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment