|
|
@@ -10,6 +10,10 @@
|
|
|
>
|
|
|
<v-row>
|
|
|
<v-col cols="12">
|
|
|
+ <h4 class="flex-grow-1 align-self-center">
|
|
|
+ {{ $t('your_opentalent_website') }}
|
|
|
+ </h4>
|
|
|
+
|
|
|
<div class="section-header">
|
|
|
<div class="flex-grow-1 align-self-center">
|
|
|
<span>{{ $t('your_opentalent_website_address_is') }} : </span>
|
|
|
@@ -19,49 +23,49 @@
|
|
|
</a>
|
|
|
</strong>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
|
|
|
- <div v-if="!organizationProfile.isCmf">
|
|
|
- <v-btn
|
|
|
- v-if="!parameters.desactivateOpentalentSiteWeb"
|
|
|
- color="error"
|
|
|
- @click="showWebsiteDeactivationDialog = true"
|
|
|
- >
|
|
|
- {{ $t('deactivateOpentalentSiteWeb') }}
|
|
|
- </v-btn>
|
|
|
- <v-btn v-else color="primary" @click="reactivateWebsite">
|
|
|
- {{ $t('reactivateOpentalentSiteWeb') }}
|
|
|
- </v-btn>
|
|
|
-
|
|
|
- <LazyLayoutDialog :show="showWebsiteDeactivationDialog">
|
|
|
- <template #dialogTitle>
|
|
|
- {{ $t('please_confirm') }}
|
|
|
- </template>
|
|
|
- <template #dialogText>
|
|
|
- <v-col>
|
|
|
- <div>
|
|
|
- {{
|
|
|
- $t(
|
|
|
- 'yourOpentalentWebsiteWillBeDeactivatedOnceYouLlHaveSaved',
|
|
|
- )
|
|
|
- }}.
|
|
|
- </div>
|
|
|
- <span>{{ $t('doYouWantToContinue') }} ?</span>
|
|
|
- </v-col>
|
|
|
- </template>
|
|
|
- <template #dialogBtn>
|
|
|
- <v-btn
|
|
|
- class="theme-neutral-soft mr-4"
|
|
|
- @click="showWebsiteDeactivationDialog = false"
|
|
|
- >
|
|
|
- {{ $t('cancel') }}
|
|
|
- </v-btn>
|
|
|
-
|
|
|
- <v-btn class="theme-primary" @click="onDialogYesBtnClick">
|
|
|
- {{ $t('yes') }}
|
|
|
- </v-btn>
|
|
|
- </template>
|
|
|
- </LazyLayoutDialog>
|
|
|
- </div>
|
|
|
+ <div v-if="!organizationProfile.isCmf" class="my-6">
|
|
|
+ <v-btn
|
|
|
+ v-if="!parameters.desactivateOpentalentSiteWeb"
|
|
|
+ color="error"
|
|
|
+ @click="showWebsiteDeactivationDialog = true"
|
|
|
+ >
|
|
|
+ {{ $t('deactivateOpentalentSiteWeb') }}
|
|
|
+ </v-btn>
|
|
|
+ <v-btn v-else color="primary" @click="reactivateWebsite">
|
|
|
+ {{ $t('reactivateOpentalentSiteWeb') }}
|
|
|
+ </v-btn>
|
|
|
+
|
|
|
+ <LazyLayoutDialog :show="showWebsiteDeactivationDialog">
|
|
|
+ <template #dialogTitle>
|
|
|
+ {{ $t('please_confirm') }}
|
|
|
+ </template>
|
|
|
+ <template #dialogText>
|
|
|
+ <v-col>
|
|
|
+ <div>
|
|
|
+ {{
|
|
|
+ $t(
|
|
|
+ 'yourOpentalentWebsiteWillBeDeactivatedOnceYouLlHaveSaved',
|
|
|
+ )
|
|
|
+ }}.
|
|
|
+ </div>
|
|
|
+ <span>{{ $t('doYouWantToContinue') }} ?</span>
|
|
|
+ </v-col>
|
|
|
+ </template>
|
|
|
+ <template #dialogBtn>
|
|
|
+ <v-btn
|
|
|
+ class="theme-neutral-soft mr-4"
|
|
|
+ @click="showWebsiteDeactivationDialog = false"
|
|
|
+ >
|
|
|
+ {{ $t('cancel') }}
|
|
|
+ </v-btn>
|
|
|
+
|
|
|
+ <v-btn class="theme-primary" @click="onDialogYesBtnClick">
|
|
|
+ {{ $t('yes') }}
|
|
|
+ </v-btn>
|
|
|
+ </template>
|
|
|
+ </LazyLayoutDialog>
|
|
|
</div>
|
|
|
|
|
|
<!-- les publicationDirectors sont des entités Access -->
|
|
|
@@ -78,14 +82,6 @@
|
|
|
<h4 class="flex-grow-1 align-self-center">
|
|
|
{{ $t('your_subdomains') }}
|
|
|
</h4>
|
|
|
-
|
|
|
- <v-btn
|
|
|
- :disabled="!canAddNewSubdomain"
|
|
|
- class="my-5"
|
|
|
- @click="onAddSubdomainClick"
|
|
|
- >
|
|
|
- {{ $t('record_a_new_subdomain') }}
|
|
|
- </v-btn>
|
|
|
</div>
|
|
|
|
|
|
<UiLoadingPanel v-if="subdomainsPending" />
|
|
|
@@ -114,10 +110,24 @@
|
|
|
</tbody>
|
|
|
</v-table>
|
|
|
<span v-else>{{ $t('no_recorded_subdomain') }}</span>
|
|
|
+
|
|
|
+ <div>
|
|
|
+ <v-btn
|
|
|
+ :disabled="!canAddNewSubdomain"
|
|
|
+ class="my-5"
|
|
|
+ @click="onAddSubdomainClick"
|
|
|
+ >
|
|
|
+ {{ $t('record_a_new_subdomain') }}
|
|
|
+ </v-btn>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div>
|
|
|
+ <div class="mt-6">
|
|
|
+ <h4 class="flex-grow-1 align-self-center">
|
|
|
+ {{ $t('other_website') }}
|
|
|
+ </h4>
|
|
|
+
|
|
|
<UiInputText
|
|
|
v-model="parameters.otherWebsite"
|
|
|
field="otherWebsite"
|