Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
df764f5b
Commit
df764f5b
authored
Apr 23, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
data: add select options
parent
5c0bf8e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
data/getCountries.json
data/getCountries.json
+7
-6
data/getNationality.json
data/getNationality.json
+9
-0
No files found.
data/getCountries.json
View file @
df764f5b
[
{
"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
data/getNationality.json
0 → 100644
View file @
df764f5b
[
{
"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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment