From d5288ff039429f1b5cad7d4abd2f9309bf4552b9 Mon Sep 17 00:00:00 2001 From: isah <isabelle.herbauts@univie.ac.at> Date: Fri, 15 May 2020 15:20:42 +0200 Subject: [PATCH] footer --- src/components/input/PhSubmit.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/input/PhSubmit.vue b/src/components/input/PhSubmit.vue index ca3a840..833029f 100644 --- a/src/components/input/PhSubmit.vue +++ b/src/components/input/PhSubmit.vue @@ -2,15 +2,15 @@ <!--<v-container grid-list-lg fluid class="pa-0 ma-0" v-if="form && form.sections">--> <v-container> <v-tabs v-model="activetab"> - <v-tab ripple> + <v-tab ripple grow> Metadata editor <template v-if="targetpid"> - <span class="text-lowercase">{{ targetpid }}</span> </template> </v-tab> - <!-- <v-tab ripple @click="updatePrettyPrint()">Metadata preview</v-tab> - <v-tab v-if="templating" ripple @click="loadTemplates()">Templates</v-tab>--> + <v-tab ripple @click="updatePrettyPrint()">Metadata preview</v-tab> + <v-tab v-if="templating" ripple @click="loadTemplates()">Templates</v-tab> </v-tabs> <v-tabs-items v-model="activetab"> @@ -25,6 +25,10 @@ :targetpid="targetpid" v-on:submit="checkWarnings()" ></ph-input-form> + + <v-footer> + Fields indicated with (*) are required field for submission. + </v-footer> </v-tab-item> <!--second tab--> <v-tab-item class="ma-4"> -- GitLab