sdasd
This commit is contained in:
@@ -132,6 +132,13 @@ $assetVersion = defined('ASSET_VERSION') ? ASSET_VERSION : time();
|
||||
<span class="text-sm text-slate-600">Betreff</span>
|
||||
<input id="send_subject" type="text" class="mt-1 w-full border rounded-lg px-3 py-2" value="Testversand" />
|
||||
</label>
|
||||
<label class="block">
|
||||
<span class="text-sm text-slate-600">Absender</span>
|
||||
<select id="send_sender" class="mt-1 w-full border rounded-lg px-3 py-2">
|
||||
<option value="">Standard (System)</option>
|
||||
</select>
|
||||
<p id="send_sender_hint" class="text-xs text-slate-500 mt-1 hidden">Keine individuellen Absender gefunden. Lege sie unter „Mein Konto“ an.</p>
|
||||
</label>
|
||||
<div class="flex justify-end gap-2">
|
||||
<button type="button" id="btn-cancel-send" class="btn">Abbrechen</button>
|
||||
<button type="submit" id="btn-send-now" class="btn">Senden</button>
|
||||
|
||||
Reference in New Issue
Block a user