diff --git a/src/assets/SCSS/custom.scss b/src/assets/SCSS/custom.scss index 5a179a0..bc2ef94 100644 --- a/src/assets/SCSS/custom.scss +++ b/src/assets/SCSS/custom.scss @@ -470,3 +470,7 @@ td { border: 1px solid #7e7e7e; font-size: 1rem; } +.rat-list-info-link{ + text-decoration: underline !important; + font-weight: bolder; +} diff --git a/src/assets/i18n/de/translation.json b/src/assets/i18n/de/translation.json index 72e89c8..7e71ffe 100644 --- a/src/assets/i18n/de/translation.json +++ b/src/assets/i18n/de/translation.json @@ -129,6 +129,9 @@ "searchPortalWebsiteTooltip": "Bitte wählen Sie zwischen 'https://' oder 'http://' und tragen sie anschließend hier ihre Website ein. Z. B.: www.example.de", "searchPortalOpeningHours": "Öffnungszeiten", "searchPortalAppointmentRequired": "Terminvereinbarung notwendig", + "RAT-list-info": "Die in der DCC-Auswahl gelisteten Tests beruhen auf einer auf EU-Ebene abgestimmten Liste und beinhalten auch Tests, die in Deutschland nicht erstattungsfähig sind. Die Erstattungsfähigkeit muss vom Betreiber selbst geprüft werden. Abgleich mit ", + "RAT-list-info-link": "https://antigentest.bfarm.de/ords/f?p=110:100:12807215185840:::::&tz=2:00", + "RAT-list-info-link-text":"BfArM-Liste", "no-group-tooltip": "Dieser Benutzer*in kann das Schnelltestportal nicht mehr verwenden, da diesem Benutzer*in keine Teststelle zugewiesen wurde.", "no-group-error": "Sie sind keiner Teststelle zugeordnet. Bitte kontaktieren Sie ihren Teststellen Administrator." } \ No newline at end of file diff --git a/src/assets/i18n/en/translation.json b/src/assets/i18n/en/translation.json index d38b640..4222334 100644 --- a/src/assets/i18n/en/translation.json +++ b/src/assets/i18n/en/translation.json @@ -114,6 +114,9 @@ "searchPortalWebsiteTooltip": "tooltip", "searchPortalOpeningHours": "Opening Hours", "searchPortalAppointmentRequired": "Appointment Required", + "RAT-list-info": "The tests listed in the DCC selection are based on a list agreed at EU level and also include tests that are not reimbursable in Germany. The operator himself has to check the eligibility for reimbursement. Comparison with ", + "RAT-list-info-link": "https://antigentest.bfarm.de/ords/f?p=110:100:12807215185840:::::&tz=2:00", + "RAT-list-info-link-text":"BfArM list", "no-group-tooltip": "This user can no longer use Schnelltestportal until a new testing facility has been assigned.", "no-group-error": "User has no testing facility assigned" } \ No newline at end of file diff --git a/src/components/modules/form-group.component.tsx b/src/components/modules/form-group.component.tsx index e9be538..a6ce2ab 100644 --- a/src/components/modules/form-group.component.tsx +++ b/src/components/modules/form-group.component.tsx @@ -251,16 +251,19 @@ export const FormGroupSelect = (props: any) => {