From e507ce0e9a2a277f5812dd043b4600c8e106e093 Mon Sep 17 00:00:00 2001 From: Milan Date: Sat, 19 Dec 2020 22:09:52 +0100 Subject: [PATCH] upload-audio-recordings.html: show active audio files - active audio files are marked green - inactive audio files are marked red --- website/agenda/planung/css/audio-recordings.css | 7 +++++++ website/agenda/planung/templates/edit-event.html | 15 ++++++++++----- .../templates/upload-audio-recordings.html | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/website/agenda/planung/css/audio-recordings.css b/website/agenda/planung/css/audio-recordings.css index b7dca82..8ca8e48 100644 --- a/website/agenda/planung/css/audio-recordings.css +++ b/website/agenda/planung/css/audio-recordings.css @@ -20,6 +20,13 @@ th { text-align: center; } +tr.active{ + border-left:6px solid #0c0; +} +tr.inactive{ + border-left:6px solid #c00; +} + #progressBar { width: 100%; height: 1rem; diff --git a/website/agenda/planung/templates/edit-event.html b/website/agenda/planung/templates/edit-event.html index 8b245ff..a7a5e45 100644 --- a/website/agenda/planung/templates/edit-event.html +++ b/website/agenda/planung/templates/edit-event.html @@ -343,11 +343,16 @@ - - checked="checked" value="1"value="0" > - - - + title=""> + + checked="checked" value="1"value="0" + > + + + + + checked="checked" value="1"value="0" > diff --git a/website/agenda/planung/templates/upload-audio-recordings.html b/website/agenda/planung/templates/upload-audio-recordings.html index 83e6783..9e3da1d 100644 --- a/website/agenda/planung/templates/upload-audio-recordings.html +++ b/website/agenda/planung/templates/upload-audio-recordings.html @@ -70,7 +70,7 @@ modified at - +