Commit df764f5b authored by Sven Franck's avatar Sven Franck

data: add select options

parent 5c0bf8e9
[
{"text": "Belgique", "text_i18n":"portal_type_dict.company_dict.text_dict.belgium_country", "class":"translate", "value":"be"},
{"text": "France", "text_i18n":"portal_type_dict.company_dict.text_dict.francecountry", "class":"translate", "value":"f"},
{"text": "Allemagne", "text_i18n":"portal_type_dict.company_dict.text_dict.germanycountry", "class":"translate", "value":"de"},
{"text": "Luxembourg", "text_i18n":"portal_type_dict.company_dict.text_dict.luxembourgcountry", "class":"translate", "value":"lux"},
{"text": "Pays-Bas", "text_i18n":"portal_type_dict.company_dict.text_dict.netherlandscountry", "class":"translate", "value":"nl"},
{"text": "Suisse", "text_i18n":"portal_type_dict.company_dict.text_dict.switzerlandcountry", "class":"translate", "value":"ch"}
{"text": "", "text_dict": null, "value": "", "disabled": "disabled", "selected": "selected"},
{"text": "Belgique", "text_i18n":"portal_type_dict.cv_dict.text_dict.belgium_country", "class":"translate", "value":"be"},
{"text": "France", "text_i18n":"portal_type_dict.cv_dict.text_dict.france_country", "class":"translate", "value":"f"},
{"text": "Allemagne", "text_i18n":"portal_type_dict.cv_dict.text_dict.germany_country", "class":"translate", "value":"de"},
{"text": "Luxembourg", "text_i18n":"portal_type_dict.cv_dict.text_dict.luxembourg_country", "class":"translate", "value":"lux"},
{"text": "Pays-Bas", "text_i18n":"portal_type_dict.cv_dict.text_dict.netherlands_country", "class":"translate", "value":"nl"},
{"text": "Suisse", "text_i18n":"portal_type_dict.cv_dict.text_dict.switzerland_country", "class":"translate", "value":"ch"}
]
\ No newline at end of file
[
{"text": "", "text_dict": null, "value": "", "disabled": "disabled", "selected": "selected"},
{"text": "Belgique", "text_i18n":"portal_type_dict.cv_dict.text_dict.belgium_nationality", "class":"translate", "value":"be"},
{"text": "Francaise", "text_i18n":"portal_type_dict.cv_dict.text_dict.france_nationality", "class":"translate", "value":"f"},
{"text": "Allemandes", "text_i18n":"portal_type_dict.cv_dict.text_dict.germany_nationality", "class":"translate", "value":"de"},
{"text": "Luxembourg", "text_i18n":"portal_type_dict.cv_dict.text_dict.luxembourg_nationality", "class":"translate", "value":"lux"},
{"text": "Nederlands", "text_i18n":"portal_type_dict.cv_dict.text_dict.netherlands_nationality", "class":"translate", "value":"nl"},
{"text": "Suisse", "text_i18n":"portal_type_dict.cv_dict.text_dict.switzerland_nationality", "class":"translate", "value":"ch"}
]
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment