Browse Source

ajoute de bloc de documentation

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

+ 6
- 1
index.php View File

@ -356,10 +356,15 @@ if (!$isConfig and $hasSupplier) {
/ /
</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 />
<button class="btn btn-primary" type="submit">Aller</button>
<button class="btn btn-primary" type="submit">Aller&nbsp;&rarr;</button>
</div> </div>
</form> </form>
</div> </div>
<div class="col-12">
<details>
<summary>Documentation</summary>
</details>
</div>
</div> </div>
</section> </section>
<?php else : ?> <?php else : ?>


Loading…
Cancel
Save