event
All checks were successful
Deploy / deploy (push) Successful in 54s

This commit is contained in:
2026-08-11 21:39:01 +02:00
parent f3e0f28424
commit cfaf26ac68

View File

@@ -1217,9 +1217,9 @@ if (!empty($canManageSystemSettings)) {
</datalist>
<div id="categoryInputStatus" class="muted small" style="margin:0;"></div>
</div>
<div class="card" id="eventCategoryInfoWrap"<?= $usesDatabaseEventLocation ? '' : ' hidden' ?>>
<strong>Kategorie</strong>
<div class="muted small" id="eventCategoryInfoText" style="margin-top:8px;"><?= htmlspecialchars($categoryInputValue !== '' ? $categoryInputValue : 'Keine Kategorie ausgewählt.', ENT_QUOTES) ?></div>
<div class="stack gap-6" id="eventCategoryInfoWrap"<?= $usesDatabaseEventLocation ? '' : ' hidden' ?>>
<label class="label">Kategorie</label>
<div class="muted small" id="eventCategoryInfoText" style="margin:0;"><?= htmlspecialchars($categoryInputValue !== '' ? $categoryInputValue : 'Keine Kategorie ausgewählt.', ENT_QUOTES) ?></div>
</div>
<div class="form-grid" id="eventDateRow">
<div class="stack gap-6">