DF
This commit is contained in:
parent
61242c46e8
commit
c4edb2a3c8
|
|
@ -37039,6 +37039,11 @@ function creer_user_gc() {
|
||||||
|
|
||||||
// Validations (simplifiées pour la lecture)
|
// Validations (simplifiées pour la lecture)
|
||||||
if (nom <= " ") { alert_ebene("Indiquez le nom!", "Enter the name!"); $("#nom").focus(); return; }
|
if (nom <= " ") { alert_ebene("Indiquez le nom!", "Enter the name!"); $("#nom").focus(); return; }
|
||||||
|
|
||||||
|
if (nom <= " ") { alert_ebene("Indiquez le nom!", "Enter the name!"); $("#nom").focus(); return; }
|
||||||
|
if (nom <= " ") { alert_ebene("Indiquez le nom!", "Enter the name!"); $("#nom").focus(); return; }
|
||||||
|
if (nom <= " ") { alert_ebene("Indiquez le nom!", "Enter the name!"); $("#nom").focus(); return; }
|
||||||
|
|
||||||
if (codeUtilisateur <= " ") { alert_ebene("Indiquez le login!", "Enter the login!"); $("#codeUtilisateur").focus(); return; }
|
if (codeUtilisateur <= " ") { alert_ebene("Indiquez le login!", "Enter the login!"); $("#codeUtilisateur").focus(); return; }
|
||||||
if (email <= " " || !verifMailValeur(email)) { alert_ebene("Email incorrect!", "Review email!"); $("#email").focus(); return; }
|
if (email <= " " || !verifMailValeur(email)) { alert_ebene("Email incorrect!", "Review email!"); $("#email").focus(); return; }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
<div class="card-header bg-white py-3 border-bottom border-2 border-primary-light">
|
<div class="card-header bg-white py-3 border-bottom border-2 border-primary-light">
|
||||||
<h6 class="mb-0 fw-bold text-primary text-uppercase"><i class="fas fa-eye me-2"></i><?= _("Visibilité Médicale") ?></h6>
|
<h6 class="mb-0 fw-bold text-primary text-uppercase"><i class="fas fa-eye me-2"></i><?= _("Visibilité Médicale") ?></h6>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body p-4 text-center">
|
<div class="card-body p-4">
|
||||||
<div class="mb-4">
|
<div class="mb-4">
|
||||||
<label class="form-label small fw-bold text-muted"><?= _("Voir Libellés Actes") ?></label>
|
<label class="form-label small fw-bold text-muted"><?= _("Voir Libellés Actes") ?></label>
|
||||||
<select class="form-select border-2 shadow-none" id="actVisibleUser" name="actVisibleUser">
|
<select class="form-select border-2 shadow-none" id="actVisibleUser" name="actVisibleUser">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user