Fix Registration

This commit is contained in:
Surya Paolo
2022-12-17 14:12:04 +01:00
parent 2b44dfbcb6
commit 3c2fc4c806
33 changed files with 512 additions and 376 deletions

View File

@@ -696,23 +696,10 @@
<q-btn flat round color="white" icon="close" v-close-popup></q-btn>
</q-toolbar>
<q-card-section class="inset-shadow">
<q-banner
rounded
class="bg-green text-white"
style="text-align: center"
>
<em style="font-weight: bold">Disclaimer:</em><br />
</q-banner>
<div v-html="t('circuit.disclaimer')"></div>
</q-card-section>
<q-card-section class="inset-shadow">
<q-banner
rounded
class="bg-green text-white"
style="text-align: center"
>
<em style="font-weight: bold">Regolamento interno:</em><br />
</q-banner>
<div style="font-weight: bold; font-size: 1.25rem;">Regolamento:</div>
<div v-html="circuit.regulation"></div>
</q-card-section>
<q-card-actions align="center">
@@ -732,10 +719,8 @@
"
/>
<q-btn
flat
round
color="negative"
:label="$t('friends.refuse')"
outline
:label="$t('dialog.cancel')"
icon="close"
v-close-popup
></q-btn>

View File

@@ -4,12 +4,15 @@
<CMyCircuits
v-model="filter"
:finder="true"
>
:showfinder="true"
:showBarSelection="true"
>
<CFinder
:table="toolsext.TABCIRCUITS"
:noButtAdd="!tools.isManager()"
:showFilterPersonal="true"
:showBarSelection="true"
/>
</CMyCircuits>

View File

@@ -266,6 +266,27 @@
target="__blank"
>
</q-btn>
<div v-else-if="myuser.email" class="row">
<CLabel
v-bind="$attrs"
:copy="true"
:value="myuser.email"
:label="$t('reg.email')"
/>
<q-btn
outline
icon="fas fa-envelope"
color="black"
type="a"
size="md"
:label="$t('msgs.send_email')"
:href="tools.getemailto(myuser.email)"
target="__blank"
>
</q-btn>
</div>
</div>
<div class="col-md-6 col-sm-6 q-ma-xs col-xs-12">
<q-btn