deactivate entry forms when deadline is over

This commit is contained in:
marko
2023-04-15 18:03:52 +02:00
parent bed173eac2
commit a610bed879
4 changed files with 79 additions and 14 deletions

View File

@@ -405,7 +405,7 @@ class Starter
// get html code of a list of starts
private static function getHtmlTable($starts)
{
$html = '<table>'
$html = '<table class="responsive-table">'
. '<thead><tr><th>Datum</th><th>Veranstaltung</th><th>Starter</th><th></th><th></th></tr></thead>'
. '<tbody>';
foreach ($starts as $start) {