[CSS] +fix page header and title color
[lhc/web/www.git] / www / plugins / verifier / verifier / decimal.yaml
1
2 titre: '<:verifier:type_decimal:>'
3 description: '<:verifier:type_decimal_description:>'
4 options:
5 -
6 saisie: 'input'
7 options:
8 nom: 'separateur'
9 label: '<:verifier:option_decimal_separateur_label:>'
10 explication: '<:verifier:option_decimal_separateur_explication:>'
11 defaut: ','
12 -
13 saisie: 'input'
14 options:
15 nom: 'min'
16 label: '<:verifier:option_entier_min_label:>'
17 verifier:
18 type: 'decimal'
19 options:
20 separateur: ','
21 -
22 saisie: 'input'
23 options:
24 nom: 'max'
25 label: '<:verifier:option_entier_max_label:>'
26 verifier:
27 type: 'decimal'
28 options:
29 separateur: ','
30 -
31 saisie: 'input'
32 options:
33 nom: 'nb_decimales'
34 label: '<:verifier:option_decimal_nb_decimales_label:>'
35 verifier:
36 type: 'entier'
37 min: 0