mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
button toggle show all
This commit is contained in:
parent
1e02b7062d
commit
14f28ef405
2 changed files with 30 additions and 0 deletions
|
@ -88,7 +88,21 @@
|
|||
{{ 'display.submit'|trans }}
|
||||
</button>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
</form>
|
||||
|
||||
<div class="actions-modification">
|
||||
<button id="showAllFields" class="btn btn-secondary mx-4">
|
||||
<i class="bi bi-eye"></i>
|
||||
Voir aussi les champs déjà remplis
|
||||
</button>
|
||||
|
||||
<button id="closedCommerce" class="btn btn-danger mx-4">
|
||||
<i class="bi bi-x-circle"></i>
|
||||
Je souhaite signaler que ce commerce est fermé
|
||||
</button>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue