|
@@ -1,16 +1,18 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div>
|
|
<div>
|
|
|
<LayoutParametersSection v-if="organizationProfile.isSchool">
|
|
<LayoutParametersSection v-if="organizationProfile.isSchool">
|
|
|
- <h4>{{ $t('alert_configuration') }}</h4>
|
|
|
|
|
|
|
+ <h4>{{ $t('configuration') }}</h4>
|
|
|
<UiLoadingPanel v-if="pending" />
|
|
<UiLoadingPanel v-if="pending" />
|
|
|
<UiForm v-else-if="parameters !== null" v-model="parameters">
|
|
<UiForm v-else-if="parameters !== null" v-model="parameters">
|
|
|
<v-row>
|
|
<v-row>
|
|
|
<v-col cols="12">
|
|
<v-col cols="12">
|
|
|
|
|
+ <h5 class="pa-2">{{ $t('showing') }}</h5>
|
|
|
<UiInputCheckbox
|
|
<UiInputCheckbox
|
|
|
v-model="parameters.handlePresence"
|
|
v-model="parameters.handlePresence"
|
|
|
field="handlePresence"
|
|
field="handlePresence"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
|
|
+ <h5 class="pa-2">{{ $t('alert') }}</h5>
|
|
|
<UiInputCheckbox
|
|
<UiInputCheckbox
|
|
|
v-model="parameters.sendAttendanceEmail"
|
|
v-model="parameters.sendAttendanceEmail"
|
|
|
field="sendAttendanceEmail"
|
|
field="sendAttendanceEmail"
|