Ged v1.0
This commit is contained in:
parent
c74f2c718e
commit
023eca2905
|
|
@ -1,8 +1,12 @@
|
||||||
<div class="card shadow-sm">
|
<div class="card shadow-sm">
|
||||||
<div class="card-header bg-light py-3 d-flex justify-content-between align-items-center">
|
<div class="card-header bg-light py-2 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>
|
<h5 class="mb-0 text-dark">
|
||||||
<span class="badge bg-secondary" id="counter"><?= count($geds) ?> <?= _("document(s)") ?></span>
|
<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>
|
||||||
|
|
||||||
<div class="card-body p-0">
|
<div class="card-body p-0">
|
||||||
|
|
||||||
<?php if((isset($msgErreur)) && ($msgErreur>" ")) : ?>
|
<?php if((isset($msgErreur)) && ($msgErreur>" ")) : ?>
|
||||||
|
|
@ -12,6 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<!-- -->
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped table-hover mb-0" style="font-size:9pt; white-space: nowrap;">
|
<table class="table table-striped table-hover mb-0" style="font-size:9pt; white-space: nowrap;">
|
||||||
<thead class="table-dark">
|
<thead class="table-dark">
|
||||||
|
|
@ -61,8 +66,7 @@
|
||||||
<a href="<?= $cheminFichier ?>" target="_blank"
|
<a href="<?= $cheminFichier ?>" target="_blank"
|
||||||
class="btn btn-sm btn-outline-primary"
|
class="btn btn-sm btn-outline-primary"
|
||||||
title="Télécharger le document">
|
title="Télécharger le document">
|
||||||
<i class="fas fa-download me-1 d-none d-sm-inline"></i>
|
<i class="fas fa-download me-1"></i>
|
||||||
DL
|
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,8 @@
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
|
||||||
|
<!-- -->
|
||||||
<div class="card-header bg-light py-2 d-flex justify-content-between align-items-center">
|
<div class="card-header bg-light py-2 d-flex justify-content-between align-items-center">
|
||||||
<h5 class="mb-0 text-dark">
|
<h5 class="mb-0 text-dark">
|
||||||
<i class="fas fa-list me-2"></i>
|
<i class="fas fa-list me-2"></i>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user