asdasd
This commit is contained in:
@@ -114,6 +114,18 @@ require __DIR__ . '/../partials/structure/layout_start.php';
|
||||
</form>
|
||||
</dialog>
|
||||
|
||||
<dialog id="unsavedDialog" class="rounded-2xl p-0 w-[440px]">
|
||||
<div class="p-4 bg-white rounded-2xl space-y-4">
|
||||
<h3 class="text-lg font-semibold">Ungespeicherte Änderungen</h3>
|
||||
<p class="text-sm text-slate-600">Es gibt ungespeicherte Änderungen. Möchtest du diese speichern?</p>
|
||||
<div class="flex justify-end gap-2">
|
||||
<button type="button" id="btn-unsaved-cancel" class="btn">Abbrechen</button>
|
||||
<button type="button" id="btn-unsaved-discard" class="btn">Nicht speichern</button>
|
||||
<button type="button" id="btn-unsaved-save" class="btn">Speichern</button>
|
||||
</div>
|
||||
</div>
|
||||
</dialog>
|
||||
|
||||
<!-- Edit Snippet Dialog -->
|
||||
<dialog id="editSnippetDialog" class="rounded-2xl p-0 w-[700px]">
|
||||
<form id="editSnippetForm" method="dialog" class="p-4 bg-white rounded-2xl">
|
||||
|
||||
Reference in New Issue
Block a user