d
This commit is contained in:
parent
580fdca83b
commit
cc50f49b09
|
|
@ -32,16 +32,32 @@
|
|||
<div id="Generaux" class="tab-custom-content">
|
||||
<div class="card border-0 shadow-sm overflow-hidden">
|
||||
<div class="card-header bg-dark py-3">
|
||||
<h6 class="mb-0 text-white fw-bold"><i class="fas fa-cog me-2"></i><?= _("PARAMÈTRES GÉNÉRAUX") ?></h6>
|
||||
<h6 class="mb-0 text-white fw-bold"><i class="fas fa-globe me-2"></i><?= _("LOCALISATION ET SYSTÈME") ?></h6>
|
||||
</div>
|
||||
<div class="card-body p-0">
|
||||
<table class="table table-hover align-middle mb-0 datatable-custom">
|
||||
<table class="table table-hover align-middle mb-0">
|
||||
<tbody>
|
||||
<tr class="searchable-row">
|
||||
<td width="8%" class="text-center fw-bold text-primary">01</td>
|
||||
<td class="text-dark fw-bold"><?= _("Utilisation du mode de gestion standard") ?></td>
|
||||
<td width="20%" class="text-center border-start bg-light">
|
||||
<span class="badge bg-success-ghost text-success px-3 py-2 fw-bold">OUI</span>
|
||||
<td class="text-dark fw-bold"><?= _("Langue du centre de gestion") ?></td>
|
||||
<td width="25%" class="text-center border-start bg-light">
|
||||
<span class="badge bg-primary-ghost text-primary px-3 py-2 fw-bold text-uppercase">
|
||||
<?= $this->nettoyer($societeuser['codeLangueSociete']) ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center fw-bold text-primary">02</td>
|
||||
<td class="text-dark fw-bold"><?= _("Identifiant du fuseau horaire") ?></td>
|
||||
<td class="text-center border-start bg-light fw-bold text-dark">
|
||||
<i class="far fa-clock me-1 text-muted"></i> <?= $this->nettoyer($societeuser['code_timezone_identifier']) ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center fw-bold text-primary">03</td>
|
||||
<td class="text-dark fw-bold"><?= _("Devise") ?></td>
|
||||
<td class="text-center border-start bg-light fw-bold text-primary fs-5">
|
||||
<?= $this->nettoyer($societeuser['devise']) ?>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user