- fix: ris da inviare al gruppo (nuovamente) e immagini rimaste ancora "images/" anzichè "/images/".
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
</q-banner>
|
||||
|
||||
<q-btn v-if="circuitslistOpt.length > 0" icon-right="img: /images/1ris_rosso_100.png" color="green" size="md"
|
||||
:label="t('circuit.sendcoins')" dense rounded @click="showsendCoinTo = true">
|
||||
class="q-ma-md" :label="t('circuit.sendcoins')" dense rounded @click="showsendCoinTo = true">
|
||||
</q-btn>
|
||||
|
||||
<div>
|
||||
|
||||
@@ -1,13 +1,8 @@
|
||||
<template>
|
||||
<CMyPage title="Evento"
|
||||
imgbackground="images/calendario_eventi.jpg"
|
||||
sizes="max-height: 120px" styleadd="bottom: -20px !important;">
|
||||
<CMyPage title="Evento" imgbackground="/images/calendario_eventi.jpg" sizes="max-height: 120px"
|
||||
styleadd="bottom: -20px !important;">
|
||||
|
||||
<CMyCardService
|
||||
:table="shared_consts.TABLES_MYBACHECAS"
|
||||
:nopopup="true"
|
||||
:idRec="idBacheca"
|
||||
>
|
||||
<CMyCardService :table="shared_consts.TABLES_MYBACHECAS" :nopopup="true" :idRec="idBacheca">
|
||||
</CMyCardService>
|
||||
|
||||
<div v-if="!tools.isLogged()">
|
||||
@@ -34,4 +29,3 @@
|
||||
<style lang="scss" scoped>
|
||||
@import './mypagebacheca.scss';
|
||||
</style>
|
||||
|
||||
|
||||
@@ -1,16 +1,7 @@
|
||||
<template>
|
||||
<CMyPage
|
||||
title="Bene"
|
||||
imgbackground="images/calendario_eventi.jpg"
|
||||
sizes="max-height: 120px"
|
||||
styleadd="bottom: -20px !important;"
|
||||
>
|
||||
<CMyCardService
|
||||
v-if="idGood"
|
||||
:table="shared_consts.TABLES_MYGOODS"
|
||||
:nopopup="true"
|
||||
:idRec="idGood"
|
||||
>
|
||||
<CMyPage title="Bene" imgbackground="/images/calendario_eventi.jpg" sizes="max-height: 120px"
|
||||
styleadd="bottom: -20px !important;">
|
||||
<CMyCardService v-if="idGood" :table="shared_consts.TABLES_MYGOODS" :nopopup="true" :idRec="idGood">
|
||||
</CMyCardService>
|
||||
|
||||
<div v-if="!tools.isLogged()">
|
||||
@@ -28,4 +19,3 @@
|
||||
<style lang="scss" scoped>
|
||||
@import './mypagegood.scss';
|
||||
</style>
|
||||
|
||||
|
||||
@@ -1,13 +1,8 @@
|
||||
<template>
|
||||
<CMyPage title="Ospitalità"
|
||||
imgbackground="images/calendario_eventi.jpg"
|
||||
sizes="max-height: 120px" styleadd="bottom: -20px !important;">
|
||||
<CMyPage title="Ospitalità" imgbackground="/images/calendario_eventi.jpg" sizes="max-height: 120px"
|
||||
styleadd="bottom: -20px !important;">
|
||||
|
||||
<CMyCardService
|
||||
v-if="!!idHosp"
|
||||
:table="shared_consts.TABLES_MYHOSPS"
|
||||
:nopopup="true"
|
||||
:idRec="idHosp">
|
||||
<CMyCardService v-if="!!idHosp" :table="shared_consts.TABLES_MYHOSPS" :nopopup="true" :idRec="idHosp">
|
||||
|
||||
</CMyCardService>
|
||||
|
||||
@@ -27,4 +22,3 @@
|
||||
<style lang="scss" scoped>
|
||||
@import './mypagehosp.scss';
|
||||
</style>
|
||||
|
||||
|
||||
@@ -1,16 +1,7 @@
|
||||
<template>
|
||||
<CMyPage
|
||||
:title="username"
|
||||
imgbackground="images/calendario_eventi.jpg"
|
||||
sizes="max-height: 120px"
|
||||
styleadd="bottom: -20px !important;"
|
||||
>
|
||||
<CMyCardService
|
||||
v-if="idSkill"
|
||||
:table="shared_consts.TABLES_MYSKILLS"
|
||||
:nopopup="true"
|
||||
:idRec="idSkill"
|
||||
>
|
||||
<CMyPage :title="username" imgbackground="/images/calendario_eventi.jpg" sizes="max-height: 120px"
|
||||
styleadd="bottom: -20px !important;">
|
||||
<CMyCardService v-if="idSkill" :table="shared_consts.TABLES_MYSKILLS" :nopopup="true" :idRec="idSkill">
|
||||
</CMyCardService>
|
||||
|
||||
<div v-if="!tools.isLogged()">
|
||||
@@ -28,4 +19,3 @@
|
||||
<style lang="scss" scoped>
|
||||
@import './myservice.scss';
|
||||
</style>
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<CMyPage :title="$t('pages.notifs')"
|
||||
imgbackground="images/calendario_eventi.jpg"
|
||||
sizes="max-height: 120px" styleadd="bottom: -20px !important;">
|
||||
<CMyPage :title="$t('pages.notifs')" imgbackground="/images/calendario_eventi.jpg" sizes="max-height: 120px"
|
||||
styleadd="bottom: -20px !important;">
|
||||
|
||||
|
||||
<CNotifSettings>
|
||||
@@ -18,4 +17,3 @@
|
||||
<style lang="scss" scoped>
|
||||
@import './usernotifs.scss';
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user