This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user