This commit is contained in:
KONE SOREL 2025-12-13 19:01:02 +00:00
parent c74f2c718e
commit 023eca2905
2 changed files with 11 additions and 5 deletions

View File

@ -1,8 +1,12 @@
<div class="card shadow-sm">
<div class="card-header bg-light py-3 d-flex justify-content-between align-items-center">
<h5 class="mb-2 text-dark"><i class="fas fa-list me-2"></i><?= _("Documents GED") ?></h5>
<span class="badge bg-secondary" id="counter"><?= count($geds) ?> <?= _("document(s)") ?></span>
<div class="card-header bg-light py-2 d-flex justify-content-between align-items-center">
<h5 class="mb-0 text-dark">
<i class="fas fa-list me-2"></i>
<span class="hide-on-mobile"><?= _("Liste des documents")?></span>
<span class="badge bg-primary view-end"><?= format_N(count($geds)).' '._("document(s)") ?> </span>
</h5>
</div>
<div class="card-body p-0">
<?php if((isset($msgErreur)) && ($msgErreur>" ")) : ?>
@ -12,6 +16,7 @@
</div>
<?php endif; ?>
<!-- -->
<div class="table-responsive">
<table class="table table-striped table-hover mb-0" style="font-size:9pt; white-space: nowrap;">
<thead class="table-dark">
@ -61,8 +66,7 @@
<a href="<?= $cheminFichier ?>" target="_blank"
class="btn btn-sm btn-outline-primary"
title="Télécharger le document">
<i class="fas fa-download me-1 d-none d-sm-inline"></i>
DL
<i class="fas fa-download me-1"></i>
</a>
</td>
</tr>

View File

@ -9,6 +9,8 @@
</small>
</div>
<?php else: ?>
<!-- -->
<div class="card-header bg-light py-2 d-flex justify-content-between align-items-center">
<h5 class="mb-0 text-dark">
<i class="fas fa-list me-2"></i>