a
This commit is contained in:
parent
6e42ff3c3a
commit
72230d8e4f
|
|
@ -33,13 +33,6 @@
|
|||
onkeypress="javascript:ctrlkeypress_liste_prestataires_actif(event);">
|
||||
</div>
|
||||
|
||||
<!-- Nombre de lignes -->
|
||||
<div class="col-12 col-md-6 col-lg-3 hide-on-mobile">
|
||||
<label class="form-label fw-bold"><?= _("Nombre de lignes") ?></label>
|
||||
<input class="form-control form-control-sm text-center bg-light" type="text" id="nbligne" name="nbligne"
|
||||
value="0" readonly>
|
||||
</div>
|
||||
|
||||
<!-- Pays -->
|
||||
<div class="col-12 col-md-6 col-lg-3 hide-on-mobile">
|
||||
<label class="form-label fw-bold"><?= _("Pays") ?></label>
|
||||
|
|
@ -75,6 +68,15 @@
|
|||
<i class="fas fa-search me-2"></i> <?= _("Afficher les résultats") ?>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- Nombre de lignes -->
|
||||
<div class="col-12 col-md-6 col-lg-3 hide-on-mobile">
|
||||
<label class="form-label fw-bold"><?= _("Nombre de lignes") ?></label>
|
||||
<input class="form-control form-control-sm text-center bg-light" type="text" id="nbligne" name="nbligne"
|
||||
value="0" readonly>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user