mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-28 21:16:13 +00:00
Address use next/previous button if datePane and if context new
This commit is contained in:
parent
0808f5a6f3
commit
efd9380d13
@ -103,7 +103,7 @@
|
|||||||
|
|
||||||
<template v-slot:footer>
|
<template v-slot:footer>
|
||||||
<!--<button class="btn btn-cancel change-icon" @click="resetPane">{{ $t('action.cancel') }}</button>-->
|
<!--<button class="btn btn-cancel change-icon" @click="resetPane">{{ $t('action.cancel') }}</button>-->
|
||||||
<button v-if="useDatePane" class="btn btn-update change-icon" @click="closeEditPane">
|
<button v-if="!this.context.edit && this.useDatePane" class="btn btn-update change-icon" @click="closeEditPane">
|
||||||
{{ $t('nav.next')}}
|
{{ $t('nav.next')}}
|
||||||
<i class="fa fa-fw fa-arrow-right"></i>
|
<i class="fa fa-fw fa-arrow-right"></i>
|
||||||
</button>
|
</button>
|
||||||
@ -131,7 +131,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:action>
|
<template v-slot:action>
|
||||||
<li v-if="useDatePane">
|
<li v-if="!this.context.edit && this.useDatePane">
|
||||||
<button class="btn btn-update change-icon" @click="closeEditPane">
|
<button class="btn btn-update change-icon" @click="closeEditPane">
|
||||||
{{ $t('nav.next')}}
|
{{ $t('nav.next')}}
|
||||||
<i class="fa fa-fw fa-arrow-right"></i>
|
<i class="fa fa-fw fa-arrow-right"></i>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user