- Gallery: added deleting images.

This commit is contained in:
Paolo Arena
2019-12-28 02:17:07 +01:00
parent 98dd8ec0ca
commit 05dc45a3c5
6 changed files with 116 additions and 34 deletions

View File

@@ -43,7 +43,8 @@ export default class Newsletter extends MixinBase {
public async mounted() {
await this.load()
this.tab = tools.getCookie('formnews', 'check')
// this.tab = tools.getCookie('formnews', 'check')
this.tab = this.$route.params.idparam
this.emailtextheader = this.getValDb('EMAIL_TEXT', true)
}

View File

@@ -6,7 +6,7 @@
accept=".jpg, image/*"
:url="tools.geturlupload()+`/gallery_home`"
:headers="tools.getheaders()"
max-file-size=2000000
:max-file-size="2000000"
multiple
style="max-width: 300px"
></q-uploader>
@@ -16,7 +16,7 @@
accept=".jpg, image/*"
:url="tools.geturlupload()+`/img`"
:headers="tools.getheaders()"
max-file-size=1000000
:max-file-size="1000000"
multiple
style="max-width: 300px"
></q-uploader>