Browse Source

ajoute un placeholder manquant

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

+ 1
- 1
index.php View File

@ -417,7 +417,7 @@ $linkUrl = !$hasSupplier ? generateUrl() : (!$hasEvent ? generateUrl($supplier)
<span class="d-inline d-sm-none" title="<?php echo generateUrl(); ?>">&hellip;</span> <span class="d-inline d-sm-none" title="<?php echo generateUrl(); ?>">&hellip;</span>
/ /
</span> </span>
<input type="text" class="form-control js-closealerts" name="supplier" list="supplierList" required />
<input type="text" class="form-control js-closealerts" name="supplier" list="supplierList" required placeholder="MonFournisseur" />
<button class="btn btn-primary" type="submit">Aller&nbsp;&rarr;</button> <button class="btn btn-primary" type="submit">Aller&nbsp;&rarr;</button>
</div> </div>
</form> </form>


Loading…
Cancel
Save