fix and layout
This commit is contained in:
18
setup.php
18
setup.php
@@ -9,13 +9,11 @@
|
||||
******************************** */
|
||||
|
||||
exit();
|
||||
// noch nicht vollständig angepasst
|
||||
require("config.db.php");
|
||||
$boolError=false;
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
@@ -25,10 +23,9 @@ exit();
|
||||
|
||||
<title>Setup</title>
|
||||
<style>
|
||||
.leftlabel { width: 10em;}
|
||||
input[type="text"] { width: 18em;}
|
||||
input.wide {width: 24em;}
|
||||
|
||||
.leftlabel { width: 10em;}
|
||||
input[type="text"] { width: 18em;}
|
||||
input.wide {width: 24em;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -138,10 +135,6 @@ require("config.php");
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3>Anbieterinformation</h3>
|
||||
@@ -196,5 +189,4 @@ require("config.php");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user