From 8d67c0c0b9b1485cbdb23468c4c5c65fceac81fc Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Thu, 23 Apr 2026 15:27:33 +0200 Subject: [PATCH] title and description above text fields for contribution edit --- public/admin.php | 12 ++++++++---- public/js/app.js | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/public/admin.php b/public/admin.php index 03730fb..d83a97e 100644 --- a/public/admin.php +++ b/public/admin.php @@ -577,10 +577,14 @@ $counts['total'] = count($all_contributions); title: 'Beitrag bearbeiten', html: '
' + - '' + - '' + - '' + - '' + + '
' + + '' + + '' + + '
' + + '
' + + '' + + '' + + '
' + '
', showCancelButton: true, confirmButtonText: 'Speichern', diff --git a/public/js/app.js b/public/js/app.js index 795d384..e8a2abd 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -484,10 +484,14 @@ function editContribution(contributionId) { title: 'Beitrag bearbeiten', html: '
' + - '' + - '' + - '' + - '' + + '
' + + '' + + '' + + '
' + + '
' + + '' + + '' + + '
' + '
', showCancelButton: true, confirmButtonText: 'Speichern',