diff --git a/packages/frontend/src/pages/gallery/edit.root.vue b/packages/frontend/src/pages/gallery/edit.root.vue new file mode 100644 index 0000000000..45493ab561 --- /dev/null +++ b/packages/frontend/src/pages/gallery/edit.root.vue @@ -0,0 +1,145 @@ + + + + + + + {{ i18n.ts.title }} + + + + {{ i18n.ts.description }} + + + + + {{ file.name }} + + + {{ i18n.ts.attachFile }} + + + {{ i18n.ts.markAsSensitive }} + + + {{ i18n.ts.save }} + {{ i18n.ts.publish }} + + {{ i18n.ts.delete }} + + + + + + + + diff --git a/packages/frontend/src/pages/gallery/edit.vue b/packages/frontend/src/pages/gallery/edit.vue index 09bc6375ac..12d1a37390 100644 --- a/packages/frontend/src/pages/gallery/edit.vue +++ b/packages/frontend/src/pages/gallery/edit.vue @@ -4,161 +4,35 @@ SPDX-License-Identifier: AGPL-3.0-only --> - - - - - {{ i18n.ts.title }} - - - - {{ i18n.ts.description }} - - - - - {{ file.name }} - - - {{ i18n.ts.attachFile }} - - - {{ i18n.ts.markAsSensitive }} - - - {{ i18n.ts.save }} - {{ i18n.ts.publish }} - - {{ i18n.ts.delete }} - - - - + + + - -