correctif pagination, disabled et maj remboursement
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
PAGINATION:
|
||||
-->
|
||||
|
||||
<?php if ($pages > 0) { ?>
|
||||
<?php if ($pages > 1) { ?>
|
||||
<div class="col-4 d-flex mx-auto">
|
||||
<nav>
|
||||
<ul class="pagination">
|
||||
|
@@ -152,7 +152,7 @@
|
||||
/**
|
||||
* Affiche le bouton si fiche non cloturé
|
||||
*/
|
||||
if ($status === 'CR'):
|
||||
if ($disabled == ''):
|
||||
?>
|
||||
<div class="col-3 d-flex mx-auto my-5 justify-content-center">
|
||||
<button type="button" class="btn btn-outline-primary btn-lg" id="sendFileBtn" data-uType="<?= $typeUser ?>">Envoyer
|
||||
|
Reference in New Issue
Block a user