d
This commit is contained in:
parent
7bc1bcd2b6
commit
6058af724e
|
|
@ -488,16 +488,17 @@
|
|||
</div>
|
||||
|
||||
<div class="card border-0 shadow-sm mb-4">
|
||||
<div class="card-header bg-dark py-3">
|
||||
<div class="card-header bg-dark py-3 d-flex align-items-center justify-content-between">
|
||||
<h6 class="mb-0 text-white fw-bold text-uppercase">
|
||||
<i class="fas fa-microscope me-2"></i><?= _("Laboratoires & Imageries") ?>
|
||||
</h6>
|
||||
<span class="badge bg-white text-primary rounded-pill"><?= _("01 Paramètre") ?></span>
|
||||
</div>
|
||||
<div class="card-body p-0">
|
||||
<table class="table table-hover align-middle mb-0">
|
||||
<tr class="searchable-row">
|
||||
<td width="8%" class="text-center"><span class="badge-ghost bg-primary-ghost">01</span></td>
|
||||
<td class="text-muted"><?= _("Permettre aux LABO de compléter la prescription du médecin ?") ?></td>
|
||||
<td class="text-muted"><?= _("Autoriser les laboratoires à compléter une prescription initiée par le médecin.") ?></td>
|
||||
<td width="25%" class="valeur-display">
|
||||
<?php $labo = ($societeuser['ajoutPrescriptionExam'] == "1"); ?>
|
||||
<span class="badge-ghost <?= $labo ? 'bg-success-ghost' : 'bg-danger-ghost' ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user