UI: Art der Lage im Lage-Modal nach ganz oben verschoben

Die Typ-Auswahl (Live-Monitoring/Recherche) steht jetzt als erstes Feld vor Titel und Beschreibung, beim Anlegen und beim Bearbeiten (gemeinsames Modal modal-new). Auf ausdrücklichen Wunsch direkt auf main aufgespielt, Staging-Zyklus umgangen.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Code
2026-06-17 19:52:49 +00:00
Ursprung c3a0ee4538
Commit c53e260c6c

Datei anzeigen

@@ -352,6 +352,16 @@
</div>
<form id="new-incident-form">
<div class="modal-body">
<div class="form-group">
<label for="inc-type" data-i18n="modal.field.type">Art der Lage</label>
<select id="inc-type" onchange="toggleTypeDefaults()">
<option value="adhoc" data-i18n="modal.option.type_adhoc">Live-Monitoring : Ereignis beobachten</option>
<option value="research" data-i18n="modal.option.type_research">Recherche : Thema analysieren</option>
</select>
<div class="form-hint" id="type-hint" data-i18n="modal.hint.type_adhoc">
Durchsucht laufend hunderte Nachrichtenquellen nach neuen Meldungen. Empfohlen: Automatische Aktualisierung.
</div>
</div>
<div class="form-group">
<label for="inc-title" data-i18n="modal.new_incident.title_field">Titel des Vorfalls</label>
<input type="text" id="inc-title" required aria-required="true" placeholder="z.B. Explosion in Madrid" data-i18n-attr="placeholder:modal.placeholder.title">
@@ -367,16 +377,6 @@
<textarea id="inc-description" placeholder="Weitere Details zum Vorfall (optional)" data-i18n-attr="placeholder:modal.placeholder.description"></textarea>
</div>
<div class="form-group">
<label for="inc-type" data-i18n="modal.field.type">Art der Lage</label>
<select id="inc-type" onchange="toggleTypeDefaults()">
<option value="adhoc" data-i18n="modal.option.type_adhoc">Live-Monitoring : Ereignis beobachten</option>
<option value="research" data-i18n="modal.option.type_research">Recherche : Thema analysieren</option>
</select>
<div class="form-hint" id="type-hint" data-i18n="modal.hint.type_adhoc">
Durchsucht laufend hunderte Nachrichtenquellen nach neuen Meldungen. Empfohlen: Automatische Aktualisierung.
</div>
</div>
<div class="form-group">
<label data-i18n="modal.field.sources">Quellen</label>
<div class="toggle-group">