drt
This commit is contained in:
parent
85c3496c86
commit
24714dbf3e
|
|
@ -1,6 +1,6 @@
|
|||
<div class="card border-0 shadow-sm border-start border-4 border-primary">
|
||||
<div class="card-header bg-white py-3 border-bottom">
|
||||
<h6 class="mb-0 fw-bold text-uppercase text-success small" id="titre_formData">
|
||||
<h6 class="mb-0 fw-bold text-uppercase text-primary small" id="titre_formData">
|
||||
<i class="fas fa-briefcase me-2"></i><?= _("Ajouter une nouvelle activité de soins") ?>
|
||||
</h6>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
</td>
|
||||
<td class="text-center pe-4">
|
||||
<button type="button"
|
||||
class="btn btn-outline-primary btn-sm px-3 rounded-pill fw-bold shadow-xs"
|
||||
class="btn btn-outline-warning btn-sm px-3 rounded-pill fw-bold shadow-xs"
|
||||
onclick="formModifTableRef(<?= $idData; ?>);">
|
||||
<i class="fas fa-edit me-1"></i> <?= _("Modifier") ?>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user