de
This commit is contained in:
parent
712db5f943
commit
1cc947e95c
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
<form id="formParametres" class="mt-2">
|
||||
<div class="row g-1">
|
||||
|
||||
<div class="col-xl-7">
|
||||
<div class="card border-0 shadow-sm h-100">
|
||||
<div class="card-header bg-white py-3 border-bottom border-light">
|
||||
|
|
@ -46,13 +45,13 @@
|
|||
</div>
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted required"><?= _("Type de Structure") ?></label>
|
||||
<select class="selectpicker w-100" data-live-search="true" id="codeTypeSociete" name="codeTypeSociete" required>
|
||||
<select class="selectpicker w-100 border-warning" data-live-search="true" id="codeTypeSociete" name="codeTypeSociete" required>
|
||||
<?php liste_options($typeSociete, $this->nettoyer($societeuser['typeSociete'])); ?>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
<label class="form-label small fw-bold text-muted required"><?= _("Nom Complet") ?></label>
|
||||
<input class="form-control fw-bold text-muted" type="text" id="nomCentreGestion" name="nomCentreGestion" value="<?=$this->nettoyer($societeuser['nomSociete'])?>" required>
|
||||
<input class="form-control fw-bold text-muted border-warning" type="text" id="nomCentreGestion" name="nomCentreGestion" value="<?=$this->nettoyer($societeuser['nomSociete'])?>" required>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Sigle / Label") ?></label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user