Admin html Ergänzungen Überschriften

This commit is contained in:
Erik Thiele
2026-05-09 10:06:31 +02:00
parent 0a39ac69de
commit 296e59e709
6 changed files with 19 additions and 17 deletions

View File

@@ -168,7 +168,7 @@
</p>
<!-- Upload -->
<h4>Medien hochladen</h4>
<h4>Medien hochladen - ⚠ PRIORITY Playlist</h4>
<form action="/admin/upload/priority"
method="post" enctype="multipart/form-data">
<div class="input-group mb-3">
@@ -191,7 +191,7 @@
</form>
<!-- Playlist -->
<h4>Playlist Reihenfolge</h4>
<h4>Playlist Reihenfolge - ⚠ PRIORITY Playlist</h4>
<ul class="list-group mb-3" id="playlist-priority">
{% for file in priority_files %}
@@ -322,7 +322,7 @@
<hr>
<!-- Upload -->
<h2>Medien hochladen / URL hinzufügen</h2>
<h2>Medien hochladen / URL hinzufügen - {{ screen }}</h2>
<form action="/admin/upload/{{ screen }}"
method="post" enctype="multipart/form-data">
<div class="input-group mb-3">
@@ -347,7 +347,7 @@
<hr>
<!-- Playlist -->
<h2>Playlist Reihenfolge</h2>
<h2>Playlist Reihenfolge - {{ screen }}</h2>
<ul class="list-group mb-3" id="playlist-{{ screen }}">
{% for file in media_files[screen] %}