- Invio RIS migliorata grafica e aggiunto tastierino numerico.
This commit is contained in:
@@ -21,9 +21,12 @@
|
||||
<span class="ev_day">{{
|
||||
tools.getstrDay(myrec.dateTimeStart)
|
||||
}}</span>
|
||||
<span class="ev_month">{{
|
||||
tools.getstrMonth3Letters(myrec.dateTimeStart)
|
||||
}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-10">
|
||||
<div class="col-10">
|
||||
<q-img
|
||||
:src="
|
||||
tools.getFullFileName(myrec.photos, table, myrec.username, '')
|
||||
@@ -34,8 +37,8 @@
|
||||
fit="contain"
|
||||
@click="cmdExt(costanti.CMD_SHOW_PAGE, null, myrec)"
|
||||
/>
|
||||
<div>
|
||||
{{ tools.getstrDateTimeEvent($t, myrec, false) }}
|
||||
<div class="event_date">
|
||||
<span v-html="tools.getstrDateTimeEvent($t, myrec, true, true)"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user