Commit bfc9c2cc authored by Nico Schallehn's avatar Nico Schallehn

test

parent 618f75de
...@@ -128,23 +128,23 @@ if($_GET["action"] == "filme"){ ...@@ -128,23 +128,23 @@ if($_GET["action"] == "filme"){
$titel = "Rechteverwaltung"; $titel = "Rechteverwaltung";
$content = '<div class="content"><h1>Rechteverwaltung</h1>'; $content = '<div class="content"><h1>Rechteverwaltung</h1>';
$JavaScript = '<style>th.rotate { $JavaScript = '<style>th.rotate {
/* Something you can count on */ /* Something you can count on */
height: 140px; height: 140px;
white-space: nowrap; white-space: nowrap;
} }
th.rotate > div { th.rotate > div {
transform: transform:
/* Magic Numbers */ /* Magic Numbers */
translate(25px, 51px)
/* 45 is really 360 - 45 */ /* 45 is really 360 - 45 */
rotate(315deg); rotate(315deg);
width: 30px; width: 30px;
} }
th.rotate > div > span { th.rotate > div > span {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
padding: 5px 10px; padding: 5px 10px;
}</style>'; }</style>';
if(!file_exists(API_Rights)){ if(!file_exists(API_Rights)){
// defaultdatei anlegen... // defaultdatei anlegen...
$content .= "Erzeuge Default Rechtedatei <br>".PHP_EOL; $content .= "Erzeuge Default Rechtedatei <br>".PHP_EOL;
......
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