Commit 98534882 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 0c98bd6d
......@@ -146,7 +146,7 @@ if($_GET["action"] == "filme"){
ob_start();
var_dump($Data);
$content .= ob_get_clean();
$content .= '<table border="1" class="responsive">'.PHP_EOL;
$content .= '<div style="width: 500px; height: 500px; overflow: auto;"><table border="1">'.PHP_EOL;
$content .= '<tr><th>Von - Bis</th>';
foreach ($API->SpaltenFilme as $value) {
$content .= '<th>'.$value.'</th>';
......
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