Commit 9203cfaf authored by Nico Schallehn's avatar Nico Schallehn

test

parent c340335c
......@@ -134,7 +134,7 @@ if($_GET["action"] == "filme"){
ob_start();
var_dump($Data);
$content .= ob_get_clean();
$content .= '<table border="1">'.PHP_EOL;
$content .= '<div class="table-scrollable"><table border="1">'.PHP_EOL;
$content .= '<tr><th>Von</th><th>bis</th>';
foreach ($API->SpaltenFilme as $value) {
$content .= '<th>'.$value.'</th>';
......@@ -143,7 +143,7 @@ if($_GET["action"] == "filme"){
foreach ($Data as $value) {
$content .= TableRowRights($API, $value);
}
$content .= '</table>'.PHP_EOL;
$content .= '</table></div>'.PHP_EOL;
}
$content .= "</div>";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment