fgt
This commit is contained in:
parent
049ed8eb46
commit
4637cd069a
|
|
@ -1,3 +1,6 @@
|
|||
<select name="listetables" id="listetables" class="form-control" data-live-search="true" onchange="chargerFichiersTable();">
|
||||
<?= liste_options($autrestables, '', false) ?>
|
||||
<option value=""><?= _("-- Sélectionner --") ?></option>
|
||||
<?php foreach($autrestables as $t): ?>
|
||||
<option value="<?= $t['code'] ?>"><?= trim($this->nettoyer($t['libelle'])) ?></option>
|
||||
<?php endforeach; ?>
|
||||
</select>
|
||||
Loading…
Reference in New Issue
Block a user