fix and layout

This commit is contained in:
Walter Hupfeld
2024-02-22 16:34:43 +01:00
parent f8b8feee5b
commit 8b6632d36f
4 changed files with 10 additions and 27 deletions

View File

@@ -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>