Change text to "Choisir..." on select inputs
This commit is contained in:
parent
6bc2ce8b48
commit
c5e71d058c
4 changed files with 4 additions and 4 deletions
|
|
@ -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 }}"
|
||||||
|
|
|
||||||
|
|
@ -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 }}"
|
||||||
|
|
|
||||||
|
|
@ -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 %}
|
||||||
|
|
|
||||||
|
|
@ -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 }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue