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"
|
||||
name="se"
|
||||
>
|
||||
<option value="0">Toutes</option>
|
||||
<option value="0">Choisir...</option>
|
||||
{% for Section in Sections %}
|
||||
<option
|
||||
value="{{ Section.ID }}"
|
||||
|
|
|
|||
|
|
@ -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 }}"
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
{% endif %}
|
||||
>
|
||||
<option value="0">
|
||||
--- Pas de section parente ---
|
||||
Choisir...
|
||||
</option>
|
||||
{% if !IsParent %}
|
||||
{% for ParentSection in Sections %}
|
||||
|
|
|
|||
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue