+
+
\ No newline at end of file
diff --git a/tickets/ticket-list.php b/tickets/ticket-list.php
index 8be7151..03252c6 100644
--- a/tickets/ticket-list.php
+++ b/tickets/ticket-list.php
@@ -1,18 +1,24 @@
-
+
+
+
+
+
+
+
+
Ticket Liste
-
query($sql);
@@ -21,24 +27,25 @@
-
+
+
- Ticket ID |
- Abteilung |
- Name |
- Problem |
- Erfasst am |
- Bearbeitet von |
- |
- |
+ Ticket ID |
+ Abteilung |
+ Name |
+ Problem |
+ Erfasst am |
+ Bearbeitet von |
+ |
+ |
- ";
+
+ ";
while ($row = $result->fetch_assoc()) {
$ticketID = $row['TicketID'];
echo "
-
+
$row[TicketID] |
$row[Abteilung] |
@@ -46,11 +53,13 @@
$row[Problem] |
$row[Datum] |
$row[Assign] |
- |
- |
-
";
+ |
+ |
+
+ ";
}
- echo "
+ echo "
+
";
?>
@@ -60,11 +69,20 @@
\ No newline at end of file