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

This commit is contained in:
William Bouzourène 2025-01-31 17:48:24 +01:00
parent 6695296c52
commit 271139c54f
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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