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',