deactivate entry forms when deadline is over
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user