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

[FIX] icone des actions masquées

parent 9f1b13c4
No related branches found
No related tags found
No related merge requests found
Pipeline #17182 passed
......@@ -14,13 +14,13 @@ $texte = (isset($options['texte']) AND $options['texte'] === true);
<?php if ($validation !== null) : ?>
<?php if ($validation->getValeur() === null) : ?>
<span class="icon ok" style="color: darkgreen;"
data-toggle="tooltip" data-html="true"
data-bs-toggle="tooltip" data-bs-html="true"
title="Validé le <span class='highlight date'> <?php echo $validation->getHistoCreation()->format('d/m/Y'); ?> </span> par <span class='highlight agent'> <?php echo $validation->getHistoCreateur()->getDisplayName(); ?>">
<?php echo ($texte)?"Validée":""; ?>
</span>
<?php else : ?>
<span class="icon ko" style="color: darkred;"
data-toggle="tooltip" data-html="true"
data-bs-toggle="tooltip" data-bs-html="true"
title="Validé le <span class='highlight date'> <?php echo $validation->getHistoCreation()->format('d/m/Y'); ?> </span> par <span class='highlight agent'> <?php echo $validation->getHistoCreateur()->getDisplayName(); ?>">
<?php echo ($texte)?"Refusée":""; ?>
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment