Skip to content

Commit

Permalink
VKT(Frontend): Reorganize sections on ExaminerExamEventUpsertPage
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Nov 26, 2024
1 parent e83eae9 commit b415448
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion frontend/packages/vkt/public/i18n/fi-FI/examiner.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"registrationCloses": "Ilmoittautuminen sulkeutuu"
},
"sections": {
"confirmationEmail": "Osallistujalle lähtevässä vahvistussähköpostissa näkyvät tiedot",
"furtherInformation": "Tutkintotilaisuuden tarkemmat tiedot",
"other": "Muut tiedot",
"publicInformation": "Julkisessa listauksessa näkyvät tiedot"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -658,18 +658,18 @@ export const ExaminerExamEventUpsertPage: FC<PageProps> = ({
</div>
</div>
<div className="rows gapped">
<H2>{t('sections.confirmationEmail')}</H2>
<H2>{t('sections.other')}</H2>
<div className="grid-3-columns gapped">
<ExamTime />
<AddressDetails />
<OtherInformation />
<SelectMaxParticipants showErrors={showErrors} />
<SelectRegistrationClosingDate />
</div>
</div>
<div className="rows gapped">
<H2>{t('sections.other')}</H2>
<H2>{t('sections.furtherInformation')}</H2>
<div className="grid-3-columns gapped">
<SelectMaxParticipants showErrors={showErrors} />
<SelectRegistrationClosingDate />
<ExamTime />
<AddressDetails />
<OtherInformation />
</div>
</div>
<div className="columns flex-end">
Expand Down

0 comments on commit b415448

Please sign in to comment.