AccompanyingCourse, change blocs order (location in second position)

This commit is contained in:
Mathieu Jaumotte 2021-08-18 17:10:37 +02:00
parent 53fe90adc3
commit 403922c631
6 changed files with 9 additions and 9 deletions

View File

@ -6,10 +6,10 @@
<h1 v-else>{{ $t('course.title.active') }}</h1> <h1 v-else>{{ $t('course.title.active') }}</h1>
<persons-associated></persons-associated> <persons-associated></persons-associated>
<course-location></course-location>
<origin-demand></origin-demand> <origin-demand></origin-demand>
<requestor></requestor> <requestor></requestor>
<social-issue></social-issue> <social-issue></social-issue>
<course-location></course-location>
<referrer></referrer> <referrer></referrer>
<resources></resources> <resources></resources>
<comment v-if="accompanyingCourse.step === 'DRAFT'"></comment> <comment v-if="accompanyingCourse.step === 'DRAFT'"></comment>

View File

@ -81,12 +81,12 @@ export default {
msg: 'confirm.participation_not_valid', msg: 'confirm.participation_not_valid',
anchor: '#section-10' anchor: '#section-10'
}, },
socialIssue: {
msg: 'confirm.socialIssue_not_valid',
anchor: '#section-40'
},
location: { location: {
msg: 'confirm.location_not_valid', msg: 'confirm.location_not_valid',
anchor: '#section-20' //
},
socialIssue: {
msg: 'confirm.socialIssue_not_valid',
anchor: '#section-50' anchor: '#section-50'
} }
} }

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="vue-component"> <div class="vue-component">
<h2><a name="section-50"></a> <h2><a name="section-20"></a>
{{ $t('courselocation.title') }} {{ $t('courselocation.title') }}
</h2> </h2>
<div class="my-4"> <div class="my-4">

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="vue-component"> <div class="vue-component">
<h2><a name="section-20"></a>{{ $t('origin.title') }}</h2> <h2><a name="section-30"></a>{{ $t('origin.title') }}</h2>
<div class="my-4"> <div class="my-4">
<label for="selectOrigin"> <label for="selectOrigin">

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="vue-component"> <div class="vue-component">
<h2><a name="section-30"></a>{{ $t('requestor.title') }}</h2> <h2><a name="section-40"></a>{{ $t('requestor.title') }}</h2>
<div v-if="accompanyingCourse.requestor" class="flex-table"> <div v-if="accompanyingCourse.requestor" class="flex-table">

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="vue-component"> <div class="vue-component">
<h2><a name="section-40"></a>{{ $t('social_issue.title') }}</h2> <h2><a name="section-50"></a>{{ $t('social_issue.title') }}</h2>
<div class="my-4"> <div class="my-4">
<!--label for="field">{{ $t('social_issue.label') }}</label <!--label for="field">{{ $t('social_issue.label') }}</label