- Table of Disciplines #101

- Insert Facebook bar to the Site #97
This commit is contained in:
Paolo Arena
2019-11-12 21:33:18 +01:00
parent 9c35b5d73a
commit 6c4ebb2ace
19 changed files with 286 additions and 8 deletions

View File

@@ -122,6 +122,12 @@
v-if="contextDay"
ref='myevent'
class="q-gutter-sm">
<CMySelect :label="$t('event.typol')" :value.sync="eventForm.typol" optval="typol_code"
optlab="label"
:options="getDisciplines" :useinput="false">
</CMySelect>
<q-input color="grey-1" v-model="eventForm.short_tit" autofocus
:input-style="`background-color: ${eventForm.bgcolor} !important; color: white !important; font-weight: bold; `"
borderless rounded dense :label="$t('event.short_tit')"
@@ -133,6 +139,7 @@
:rules="[v => v && v.length > 0 || $t('event.notempty')]"></q-input>
<q-tabs
v-model="tabeditor"
dense