diff options
| author | Zog | 2017-12-26 16:10:45 +0100 |
|---|---|---|
| committer | Zog | 2017-12-26 16:10:45 +0100 |
| commit | 8fa785c90a2d0d4d59fdcf0d235871aae86f49ca (patch) | |
| tree | 070b48d479b3e0535fc0f3a452ba7e59e6bb177e /config | |
| parent | 9c1b150c4106b9c1773e7c056ca568f1f69d98bc (diff) | |
| download | chouette-core-8fa785c90a2d0d4d59fdcf0d235871aae86f49ca.tar.bz2 | |
Refs #5367 @2H; Add a ColorSelectInput
- Added to PurchaseWindow form
- Reuse already exisiting JS + CSS
- We may want to change the colors names
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/enumerize.en.yml | 13 | ||||
| -rw-r--r-- | config/locales/enumerize.fr.yml | 12 |
2 files changed, 24 insertions, 1 deletions
diff --git a/config/locales/enumerize.en.yml b/config/locales/enumerize.en.yml index bfd7b8c22..edc5b22e3 100644 --- a/config/locales/enumerize.en.yml +++ b/config/locales/enumerize.en.yml @@ -255,4 +255,15 @@ en: travel_agency: "Travel_agency" individual_subject_of_travel_itinerary: "Individual subject of travel itinerary" other_information: "Other information" - + purchase_window: + color: + 9B9B9B: "Grey" + FFA070: "Light orange" + C67300: "Orange" + 7F551B: "Dark orange" + 41CCE3: "Light blue" + 09B09C: "Green" + 3655D7: "Blue" + 6321A0: "Purple" + E796C6: "Light pink" + DD2DAA: "Pink" diff --git a/config/locales/enumerize.fr.yml b/config/locales/enumerize.fr.yml index b2eab665d..c4995e3c3 100644 --- a/config/locales/enumerize.fr.yml +++ b/config/locales/enumerize.fr.yml @@ -253,3 +253,15 @@ fr: travel_agency: "Agence de voyage" individual_subject_of_travel_itinerary: "Voyageur individuel" other_information: "Autre source d'information" + purchase_window: + color: + 9B9B9B: "Gris" + FFA070: "Orange clair" + C67300: "Orange" + 7F551B: "Orange foncé" + 41CCE3: "Bleu clair" + 09B09C: "Vert" + 3655D7: "Bleu" + 6321A0: "Violet" + E796C6: "Rose pale" + DD2DAA: "Rose" |
