Commit 6cacfab0 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Clarification dans l'index de le documentation

parent 48cc795b
Loading
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -54,11 +54,15 @@ $canSupprimer = $this->isAllowed(UnicaenaidedocumentationPrivileges::getResour
                    <br/> Adresse de la documentation : <?php echo $lien->getLienUrl(); ?>
                </td>
                <td>
                    <?php if (empty($lien->getRoles())) : ?>
                        <ul><li>Tous les rôles</li></ul>
                    <?php else: ?>
                        <ul>
                        <?php foreach ($lien->getRoles() as $role) : ?>
                            <li> <?php echo ($roles[$role])?$roles[$role]->getLibelle():"Rôle inconnu"; ?> </li>
                        <?php endforeach; ?>
                        </ul>
                    <?php endif; ?>
                </td>
                <td> <?php echo $lien->getOrdre(); ?> </td>
                <td class="action">