Browse Source

corrige le form d'accès

master
vince vince 2 years ago
parent
commit
7c962a9fb2
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      index.php

+ 5
- 1
index.php View File

@ -351,7 +351,11 @@ if (!$isConfig and $hasSupplier) {
<?php endforeach; ?> <?php endforeach; ?>
</datalist> </datalist>
<div class="input-group"> <div class="input-group">
<span class="input-group-text"><?php echo generateUrl(); ?>/</span>
<span class="input-group-text">
<span class="d-none d-sm-inline"><?php echo generateUrl(); ?></span>
<span class="d-inline d-sm-none" title="<?php echo generateUrl(); ?>">&hellip;</span>
/
</span>
<input type="text" class="form-control" name="supplier" list="supplierList" required /> <input type="text" class="form-control" name="supplier" list="supplierList" required />
<button class="btn btn-primary" type="submit">Aller</button> <button class="btn btn-primary" type="submit">Aller</button>
</div> </div>


Loading…
Cancel
Save