diff options
author | Thomas <> | 2023-10-18 09:46:34 +0200 |
---|---|---|
committer | Thomas <> | 2023-10-18 09:46:34 +0200 |
commit | ad23489ede03ffa7386e5c45fe9330cbcf57fc37 (patch) | |
tree | a432077eb5083b486abc5996fe54eabe58e08192 | |
parent | 8f49c6a9110aac2baeb3d76f71de47d43ab9b3c2 (diff) | |
download | National_eIDAS_Gateway-ad23489ede03ffa7386e5c45fe9330cbcf57fc37.tar.gz National_eIDAS_Gateway-ad23489ede03ffa7386e5c45fe9330cbcf57fc37.tar.bz2 National_eIDAS_Gateway-ad23489ede03ffa7386e5c45fe9330cbcf57fc37.zip |
feat(ux): add norway as supported country on Connector side
-rw-r--r-- | basicConfig/ms-connector/properties/messages.properties | 1 | ||||
-rw-r--r-- | ms_specific_connector/src/main/resources/properties/messages.properties | 4 | ||||
-rw-r--r-- | ms_specific_connector/src/main/resources/properties/messages_de.properties | 3 | ||||
-rw-r--r-- | ms_specific_connector/src/main/webapp/img/countries/Norway-EU.png | bin | 0 -> 12731 bytes | |||
-rw-r--r-- | ms_specific_connector/src/main/webapp/img/countries/Norway-EU_gray.png | bin | 0 -> 12740 bytes | |||
-rw-r--r-- | ms_specific_connector/src/main/webapp/img/countries/template-EU.xcf | bin | 0 -> 6871 bytes |
6 files changed, 7 insertions, 1 deletions
diff --git a/basicConfig/ms-connector/properties/messages.properties b/basicConfig/ms-connector/properties/messages.properties index 20ec16e7..5892f2f9 100644 --- a/basicConfig/ms-connector/properties/messages.properties +++ b/basicConfig/ms-connector/properties/messages.properties @@ -156,6 +156,7 @@ gui.countryselection.country.es.img = /img/countries/Spain-EU_.png gui.countryselection.country.se.img = /img/countries/Sweden-EU_.png gui.countryselection.country.nl.img = /img/countries/TheNetherlands-EU_.png gui.countryselection.country.uk.img = /img/countries/UnitedKingdom-EU_.png +gui.countryselection.country.no.img = /img/countries/Norway-EU.png gui.countryselection.country.xx.img = /img/countries/TestLoginLogo.png diff --git a/ms_specific_connector/src/main/resources/properties/messages.properties b/ms_specific_connector/src/main/resources/properties/messages.properties index 848be229..7fd3c4f2 100644 --- a/ms_specific_connector/src/main/resources/properties/messages.properties +++ b/ms_specific_connector/src/main/resources/properties/messages.properties @@ -94,6 +94,8 @@ gui.countryselection.country.se=Sweden gui.countryselection.country.se.logo.alt=Sweden-eID gui.countryselection.country.uk=United Kingdom gui.countryselection.country.uk.logo.alt=United Kingdom-eID +gui.countryselection.country.no=Norway +gui.countryselection.country.no.logo.alt=Norwegian-eID gui.countryselection.country.testcountry=TestCountry gui.countryselection.country.testcountry.logo.alt=Testcountry-eID @@ -129,4 +131,4 @@ gui.residency.input.postleitzahl=Postcode gui.residency.input.municipality=Municipality gui.residency.input.village=Village gui.residency.input.street=Street -gui.residency.input.number=Number
\ No newline at end of file +gui.residency.input.number=Number diff --git a/ms_specific_connector/src/main/resources/properties/messages_de.properties b/ms_specific_connector/src/main/resources/properties/messages_de.properties index 31733497..5b7aab95 100644 --- a/ms_specific_connector/src/main/resources/properties/messages_de.properties +++ b/ms_specific_connector/src/main/resources/properties/messages_de.properties @@ -94,6 +94,9 @@ gui.countryselection.country.se=Schweden gui.countryselection.country.se.logo.alt=Schwedische-eID gui.countryselection.country.uk=Großbritanien gui.countryselection.country.uk.logo.alt=Britische-eID +gui.countryselection.country.no=Norwegen +gui.countryselection.country.no.logo.alt=Norwegische-eID + gui.countryselection.country.testcountry=Testland gui.countryselection.country.testcountry.logo.alt=Testland-eID diff --git a/ms_specific_connector/src/main/webapp/img/countries/Norway-EU.png b/ms_specific_connector/src/main/webapp/img/countries/Norway-EU.png Binary files differnew file mode 100644 index 00000000..e551de67 --- /dev/null +++ b/ms_specific_connector/src/main/webapp/img/countries/Norway-EU.png diff --git a/ms_specific_connector/src/main/webapp/img/countries/Norway-EU_gray.png b/ms_specific_connector/src/main/webapp/img/countries/Norway-EU_gray.png Binary files differnew file mode 100644 index 00000000..3f167f1f --- /dev/null +++ b/ms_specific_connector/src/main/webapp/img/countries/Norway-EU_gray.png diff --git a/ms_specific_connector/src/main/webapp/img/countries/template-EU.xcf b/ms_specific_connector/src/main/webapp/img/countries/template-EU.xcf Binary files differnew file mode 100644 index 00000000..16e3feb4 --- /dev/null +++ b/ms_specific_connector/src/main/webapp/img/countries/template-EU.xcf |