- Aggiornamento template mail (tramite i campi in HTML)
- Aggiornato Carrello
This commit is contained in:
@@ -52,7 +52,9 @@
|
||||
<q-avatar @click="toHome" class="imglink">
|
||||
<img :src="imglogo()" height="27" alt="Immagine Logo" />
|
||||
</q-avatar>
|
||||
<div v-if="$q.screen.gt.xs" class="q-mx-sm titlesite">{{ getappname() }}</div>
|
||||
<div v-if="$q.screen.gt.xs" class="q-mx-sm titlesite">
|
||||
{{ getappname() }}
|
||||
</div>
|
||||
</q-toolbar-title>
|
||||
|
||||
<!--
|
||||
@@ -234,6 +236,7 @@
|
||||
<q-drawer
|
||||
v-if="site.confpages && site.confpages.enableEcommerce"
|
||||
v-model="rightCartOpen"
|
||||
class="q-drawer-cart"
|
||||
side="right"
|
||||
elevated
|
||||
>
|
||||
@@ -248,7 +251,7 @@
|
||||
>
|
||||
</q-btn>
|
||||
<div v-if="tools.isLogged()" class="text-weight-bold text-cart">
|
||||
Carrello
|
||||
{{ $t('ecomm.carrello') }}
|
||||
</div>
|
||||
<CMyCart v-if="isfinishLoading"></CMyCart>
|
||||
</q-drawer>
|
||||
@@ -373,7 +376,6 @@
|
||||
id="user-actions"
|
||||
class="column justify-center q-gutter-sm q-ma-sm center-150"
|
||||
>
|
||||
|
||||
<q-btn
|
||||
rounded
|
||||
color="primary"
|
||||
@@ -387,7 +389,8 @@
|
||||
color="orange"
|
||||
icon="house"
|
||||
:to="`/attivita/` + getMyUsername()"
|
||||
> {{ t('otherpages.myactivities') }}
|
||||
>
|
||||
{{ t('otherpages.myactivities') }}
|
||||
</q-btn>
|
||||
<!--<q-btn round color="warning" icon="lock"></q-btn>-->
|
||||
<q-btn
|
||||
|
||||
Reference in New Issue
Block a user