From 7c0a17c915493247b70c97cbed5c06c719b4ac3c Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Tue, 16 Jun 2026 15:05:25 +0200 Subject: [PATCH] added utility designs --- public/js/admin.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/public/js/admin.js b/public/js/admin.js index 90f6b6e..3f76488 100644 --- a/public/js/admin.js +++ b/public/js/admin.js @@ -132,7 +132,7 @@ function loadMapPreview(mapDiv) { }); if (!feature) { - mapDiv.innerHTML = '
Geometrie nicht gefunden.
'; + mapDiv.innerHTML = '
Geometrie nicht gefunden.
'; return; } @@ -177,7 +177,7 @@ function loadMapPreview(mapDiv) { mapDiv.dataset.loaded = 'true'; }) .catch(function () { - mapDiv.innerHTML = '
Karte nicht verfügbar.
'; + mapDiv.innerHTML = '
Karte nicht verfügbar.
'; }); } @@ -340,11 +340,11 @@ function editContribution(contributionId, currentTitle, currentDescription) { html: '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
', @@ -443,7 +443,7 @@ function editModComment(commentId, currentContent) { title: 'Kommentar bearbeiten', html: '
' + - '' + + '' + '' + '
', showCancelButton: true, @@ -511,15 +511,15 @@ function createNews() { html: '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
', @@ -565,15 +565,15 @@ function editNews(newsId, currentTitle, currentContent, currentAuthor) { html: '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
',