v
This commit is contained in:
parent
99050f4b7d
commit
b023dfa733
|
|
@ -1,17 +1,19 @@
|
|||
<?php $this->titre = "INTER-SANTE - GED Police"; ?>
|
||||
|
||||
<div id="div_police" class="container-fluid py-4 animate__animated animate__fadeIn">
|
||||
|
||||
<div class="d-flex align-items-center justify-content-between mb-4">
|
||||
<h1 class="text-primary"><i class="fas fa-folder-open me-2"></i></i> <?= _("Gestion Électronique des Documents (GED)") ?></h1>
|
||||
|
||||
<div class="card-header d-flex justify-content-between align-items-center py-1">
|
||||
<h4 class="fw-bold text-secondary mb-0">
|
||||
<i class="fas fa-folder-open text-primary me-2"></i>
|
||||
<?= _("Gestion Électronique des Documents (GED)") ?>
|
||||
<?= _("Police") ?> :
|
||||
<span class="text-primary"><?= $this->nettoyer($_SESSION['numeroPolice_C']) ?></span>
|
||||
</h4>
|
||||
<span class="badge bg-warning-subtle text-warning border border-warning-subtle px-3 py-2">
|
||||
<span class="badge bg-info-subtle text-dark border border-info-subtle px-3 py-2">
|
||||
<i class="fas fa-info-circle me-1"></i> <?= _("Limité aux 50 derniers documents") ?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
<?php if((isset($msgErreur)) && ($msgErreur > " ")) : ?>
|
||||
<div class="alert alert-danger shadow-sm d-flex align-items-center" role="alert">
|
||||
<i class="fas fa-exclamation-triangle me-2 fs-4"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user