This commit is contained in:
KONE SOREL 2026-03-13 18:25:51 +00:00
parent 2ee80e72c8
commit 1c74f6d7ca
3 changed files with 3662 additions and 548 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,22 +1,8 @@
<table >
<tbody>
<tr>
<td width="90%"></td>
<?php if (est_anglophone()) : ?>
<td width="5%">
<button id="btn-fermer" class="form-control btn btn-primary" onclick="JAVASCRIPT:fermeFormulaire();">Close</button>
</td>
<td width="5%">
<button id="btn-action" class="form-control btn btn-primary" onclick="JAVASCRIPT:formAjoutTableRef();">Add</button>
</td>
<?php else: ?>
<td width="5%">
<button id="btn-fermer" class="form-control btn btn-primary" onclick="JAVASCRIPT:fermeFormulaire();">Fermer</button>
</td>
<td width="5%">
<button id="btn-action" class="form-control btn btn-primary" onclick="JAVASCRIPT:formAjoutTableRef();">Ajouter</button>
</td>
<?php endif; ?>
</tr>
</tbody>
</table>
<div class="d-flex justify-content-end gap-2 mb-3">
<button type="button" id="btn-fermer" class="btn btn-light border fw-bold shadow-sm" onclick="fermeFormulaire();" style="display:none;">
<i class="fas fa-times me-1"></i> <?= _("Fermer") ?>
</button>
<button type="button" id="btn-action" class="btn btn-success fw-bold shadow-sm px-4" onclick="formAjoutTableRef();">
<i class="fas fa-plus-circle me-1"></i> <?= est_anglophone() ? "Add" : "Ajouter" ?>
</button>
</div>

View File

@ -1,3 +1,3 @@
<select style="font-size:15pt;" name="listetables" id="listetables" class="form-control selectpicker" data-live-search="true" onchange="JAVASCRIPT:chargerFichiersTable();" autofocus>
<?= liste_options($autrestables,'',false) ?>
<select name="listetables" id="listetables" class="form-control" onchange="chargerFichiersTable();">
<?= liste_options($autrestables, '', false) ?>
</select>