Commit 987a499e authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

hormanisation mise en page des libs Laminas/BS-5

parent 27f4cb28
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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); ?>"