Change text to "Choisir..." on select inputs

This commit is contained in:
William Bouzourène 2025-01-31 17:48:24 +01:00
parent 6bc2ce8b48
commit c5e71d058c
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
4 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@
id="section"
name="se"
>
<option value="0">Toutes</option>
<option value="0">Choisir...</option>
{% for Section in Sections %}
<option
value="{{ Section.ID }}"

View file

@ -295,7 +295,7 @@
name="field-{{ Field.ID }}"
autocomplete="off"
>
<option value="0">--- Aucun ---</option>
<option value="0">Choisir...</option>
{% for ListItem in Field.List.ListItems %}
<option
value="{{ ListItem.ID }}"

View file

@ -82,7 +82,7 @@
{% endif %}
>
<option value="0">
--- Pas de section parente ---
Choisir...
</option>
{% if !IsParent %}
{% for ParentSection in Sections %}

View file

@ -44,7 +44,7 @@
id="section-{{ Section.ID }}"
autocomplete="off"
>
<option value="0">--- Aucun ---</option>
<option value="0">Choisir...</option>
{% for Role in Roles %}
<option
value="{{ Role.ID }}"