Skip to content
Snippets Groups Projects
Commit 987a499e authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

hormanisation mise en page des libs Laminas/BS-5

parent 27f4cb28
Branches
Tags 5.0.0
No related merge requests found
Pipeline #15559 passed
......@@ -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>
......@@ -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); ?>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment