Standort löschen hinzugefügt
This commit is contained in:
@@ -112,6 +112,16 @@
|
||||
<div class="page-wrapper">
|
||||
<div class="container-xl mt-4">
|
||||
|
||||
<!-- ========================= -->
|
||||
<!-- STANDORT VERWALTUNG -->
|
||||
<!-- ========================= -->
|
||||
<div class="d-flex justify-content-end mb-3">
|
||||
<form action="/admin/{{ current_site }}/delete-site" method="post"
|
||||
onsubmit="return confirm('Standort »{{ current_site }}« wirklich löschen? Alle Screens und Medien werden gelöscht.')">
|
||||
<button type="submit" class="btn btn-outline-danger btn-sm"><i class="ti ti-building-off me-1"></i>Standort löschen</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<!-- ========================= -->
|
||||
<!-- SCREENS -->
|
||||
<!-- ========================= -->
|
||||
|
||||
Reference in New Issue
Block a user