ysysd
All checks were successful
Deploy / deploy-staging (push) Successful in 5s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-11 01:09:37 +02:00
parent 9b2cf69d2c
commit 418423c5a8

View File

@@ -836,8 +836,7 @@ $GLOBALS['layout_header_context'] = 'Setup / ' . ($sectionTitles[$currentSection
<?php endif; ?>
<section class="section-box">
<div class="pill">Setup</div>
<h2 style="margin-top:.75rem;"><?= e($module['title']) ?> <?= e($sectionTitles[$currentSection] ?? 'Allgemein') ?></h2>
<h2><?= e($module['title']) ?> <?= e($sectionTitles[$currentSection] ?? 'Allgemein') ?></h2>
<p class="muted">Trage die benötigten Informationen für das Modul ein.</p>
<form method="post" class="setup-form" style="margin-top:1rem;">
<input type="hidden" name="setup_section" value="<?= e($currentSection) ?>">