df
This commit is contained in:
parent
26870ef499
commit
2ea6509515
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<div class="row g-4">
|
||||
<div class="col-md-4">
|
||||
<label class="form-label fw-bold text-muted small text-uppercase">Code</label>
|
||||
<label class="form-label fw-bold text-muted small">Code</label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-light border-2 border-end-0"><i class="fas fa-lock text-muted"></i></span>
|
||||
<input type="text"
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label fw-bold text-muted small text-uppercase required"><?= _("Libellé") ?></label>
|
||||
<label class="form-label fw-bold text-muted small required"><?= _("Libellé") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-tag text-primary"></i></span>
|
||||
<input type="text"
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Nom Responsable") ?></label>
|
||||
<label class="form-label fw-bold text-muted small"><?= _("Nom Responsable") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-user text-muted"></i></span>
|
||||
<input type="text"
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Prénom Responsable") ?></label>
|
||||
<label class="form-label fw-bold text-muted small"><?= _("Prénom Responsable") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-user-edit text-muted"></i></span>
|
||||
<input type="text"
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Téléphone Fixe") ?></label>
|
||||
<label class="form-label fw-bold text-muted small"><?= _("Téléphone Fixe") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-phone text-muted"></i></span>
|
||||
<input type="tel"
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Téléphone Mobile") ?></label>
|
||||
<label class="form-label fw-bold text-muted small"><?= _("Téléphone Mobile") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-mobile-alt text-muted"></i></span>
|
||||
<input type="tel"
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-12">
|
||||
<label class="form-label fw-bold text-muted small text-uppercase">E-mail</label>
|
||||
<label class="form-label fw-bold text-muted small">E-mail</label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-envelope text-muted"></i></span>
|
||||
<input type="email"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user