onboarding tutorial for citizen portal, replaced inline javascript in moderation portal #14

Merged
lukas.uptmoor merged 8 commits from dev/patrick into main 2026-05-06 13:30:49 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit fa7d83fc36 - Show all commits

View File

@@ -576,7 +576,7 @@ function show_login_page($municipality, $error = null) {
<input type="password" name="password" placeholder="Passwort" autofocus>
<button type="submit"><i class="fa-solid fa-right-to-bracket"></i> Anmelden</button>
</form>
<div class="back-link"><i class="fa fa-arrow-left"></i></i> <a href="index.php">Zurück zum Bürgerportal</a></div>
<div class="back-link"><i class="fa fa-arrow-left"></i> <a href="index.php">Zurück zum Bürgerportal</a></div>
</div>
</div>
</body>

View File

@@ -609,7 +609,7 @@ function editNews(newsId, currentTitle, currentContent, currentAuthor) {
}
// DELETE: Deletes existing Comments
// DELETE: Deletes existing News
function deleteNews(newsId) {
Swal.fire({
title: 'Neuigkeit löschen?',