Commit 6824519b authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

[FIX] icone des actions masquées

parent 35ec47f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ $canAfficherInstance = $this->isAllowed(ValidationInstancePrivileges::getResourc
                                href="<?php echo $this->url('validation/type/detruire', ['type' => $type->getId()], [], true); ?>"
                                class="ajax-modal" data-event="modification"
                            >
                                <span class="icon icon-retirer text-danger" title="Supprimer définitivement le type de validation"></a>
                                <span class="icon icon-unchecked text-danger" title="Supprimer définitivement le type de validation"></a>
                        <?php endif; ?>
                    </td>
                </tr>