diff --git a/admin_side_nav.php b/admin_side_nav.php index c9bb9039..092d1fe1 100644 --- a/admin_side_nav.php +++ b/admin_side_nav.php @@ -217,6 +217,14 @@ +
Project
+ +| Number | Project | Tickets / Tasks | Due | @@ -126,6 +127,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); while ($row = mysqli_fetch_array($sql_projects)) { $project_id = intval($row['project_id']); + $project_prefix = nullable_htmlentities($row['project_prefix']); + $project_number = intval($row['project_number']); $project_name = nullable_htmlentities($row['project_name']); $project_description = nullable_htmlentities($row['project_description']); $project_due = nullable_htmlentities($row['project_due']); @@ -185,6 +188,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); ?>
|---|---|---|---|
|
diff --git a/settings_project.php b/settings_project.php
new file mode 100644
index 00000000..9a231144
--- /dev/null
+++ b/settings_project.php
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+ Project Settings+
+
+
+ Project + + |