Commit bfc9c2cc authored by Nico Schallehn's avatar Nico Schallehn

test

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