Loading view/unicaen-privilege/privilege-categorie/index.phtml +2 −2 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ $canProvider = $this->isAllowed(PrivilegePrivileges::getResourceId(PrivilegePriv <th>Privilèges</th> <th>Namespace</th> <th class="col-md-1">Ordre</th> <th class="col-md-1">Action</th> <th class="col-md-1 text-end">Action</th> </tr> </thead> <tbody> Loading Loading @@ -129,7 +129,7 @@ $canProvider = $this->isAllowed(PrivilegePrivileges::getResourceId(PrivilegePriv <?php echo $categorie->getNamespace() ? sprintf('<code>%s</code>', $categorie->getNamespace()) : ''; ?> </td> <td><?php echo $categorie->getOrdre(); ?></td> <td> <td class="text-end"> <?php if ($canModifier) : ?> <?php /** @see PrivilegeCategorieController::modifierAction() */ ?> <a href="<?php echo $this->url('unicaen-privilege/categorie/modifier', ['categorie' => $categorie->getId()], [], true); ?>" Loading Loading
view/unicaen-privilege/privilege-categorie/index.phtml +2 −2 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ $canProvider = $this->isAllowed(PrivilegePrivileges::getResourceId(PrivilegePriv <th>Privilèges</th> <th>Namespace</th> <th class="col-md-1">Ordre</th> <th class="col-md-1">Action</th> <th class="col-md-1 text-end">Action</th> </tr> </thead> <tbody> Loading Loading @@ -129,7 +129,7 @@ $canProvider = $this->isAllowed(PrivilegePrivileges::getResourceId(PrivilegePriv <?php echo $categorie->getNamespace() ? sprintf('<code>%s</code>', $categorie->getNamespace()) : ''; ?> </td> <td><?php echo $categorie->getOrdre(); ?></td> <td> <td class="text-end"> <?php if ($canModifier) : ?> <?php /** @see PrivilegeCategorieController::modifierAction() */ ?> <a href="<?php echo $this->url('unicaen-privilege/categorie/modifier', ['categorie' => $categorie->getId()], [], true); ?>" Loading