Browse Source

corrige le formulaire d'accès

master
vince vince 2 years ago
parent
commit
22e18ea044
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.php

+ 1
- 1
index.php View File

@ -353,7 +353,7 @@ if (!$isConfig and $hasSupplier) {
<div class="input-group"> <div class="input-group">
<span class="input-group-text"><?php echo generateUrl(); ?>/</span> <span class="input-group-text"><?php echo generateUrl(); ?>/</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" name="action" value="goto">Aller</button>
<button class="btn btn-primary" type="submit">Aller</button>
</div> </div>
</form> </form>
</div> </div>


Loading…
Cancel
Save