2) REGISTRARSI : A) TRAMITE TELEGRAM B) TRAMITE EMAIL.

This commit is contained in:
Surya Paolo
2022-12-08 10:09:33 +01:00
parent 944d121943
commit 56411a4539
15 changed files with 285 additions and 155 deletions

View File

@@ -1,30 +1,40 @@
<template>
<div>
<div v-if="site.confpages.enableReg">
<div
v-if="site.confpages.enableReg && site.confpages.enableRegByBot"
style="margin-top: 10px; text-align: center"
v-if="site.confpages.enableRegMultiChoice"
class="row q-ma-sm centermydiv2 q-pa-sm justify-center align-center"
style=""
>
Se non sei ancora Registrato:<br />
<q-btn
type="a"
rounded
class="flex-item-btn"
icon="fab fa-telegram"
size="md"
color="primary"
href="/bot"
:label="$t('reg.submit')"
to="/bot"
:label="$t('reg.bytelegram')"
>
</q-btn>
<q-btn
rounded
class="flex-item-btn"
outline
icon="fas fa-envelope"
size="md"
color="black"
text-color="white"
to="/signup"
:label="$t('reg.byemail')"
>
</q-btn>
</div>
<div
v-else-if="site.confpages.enableReg"
style="margin-top: 10px; text-align: center"
>
Se non sei ancora Registrato:<br />
<div v-else style="margin-top: 10px; text-align: center">
Registrati<br />
<q-btn
rounded
size="md"
color="primary"
to="/signup"
@click="clickToRegister"
:label="$t('reg.submit')"
>
</q-btn>