From 6e2e8e7ecca5da7b547d15dedc2867895a2be972 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 29 Jan 2023 22:26:17 +0000 Subject: [PATCH 1/6] Hide the invite user button as it's not yet functional --- users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users.php b/users.php index 9e3d6e8a..1b1f558e 100644 --- a/users.php +++ b/users.php @@ -29,7 +29,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); From 17e60d528c3bc279d8c4a19f906f4539c942766a Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 29 Jan 2023 22:29:59 +0000 Subject: [PATCH 2/6] Require new users to have a minimum of 8 characters in passwords --- user_add_modal.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/user_add_modal.php b/user_add_modal.php index 860f27b1..f65284d3 100644 --- a/user_add_modal.php +++ b/user_add_modal.php @@ -37,7 +37,7 @@
- +
@@ -55,15 +55,15 @@ +
From 8f5f7239cb0b41cafd836951fc7f90253d87cdf3 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 29 Jan 2023 22:37:42 +0000 Subject: [PATCH 4/6] Add time tracking to invoice ticket auto-populated item description --- ticket_invoice_add_modal.php | 42 ++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/ticket_invoice_add_modal.php b/ticket_invoice_add_modal.php index 9bb16e42..775c4f71 100644 --- a/ticket_invoice_add_modal.php +++ b/ticket_invoice_add_modal.php @@ -8,11 +8,11 @@
- +
@@ -149,21 +149,21 @@
- + @@ -175,4 +175,4 @@
- \ No newline at end of file + From 31e8298876db73ee59598e7589af7ce5b170ee59 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 29 Jan 2023 22:40:25 +0000 Subject: [PATCH 5/6] Tidy spacing --- ticket_add_modal.php | 196 ++++++++++----------- ticket_edit_modal.php | 42 ++--- ticket_invoice_add_modal.php | 322 +++++++++++++++++------------------ ticket_reply_edit_modal.php | 62 +++---- 4 files changed, 311 insertions(+), 311 deletions(-) diff --git a/ticket_add_modal.php b/ticket_add_modal.php index 85a0a6aa..faaac445 100644 --- a/ticket_add_modal.php +++ b/ticket_add_modal.php @@ -11,22 +11,22 @@ - -
- -
-
- + +
+ +
+
+ +
+
-
-
@@ -116,80 +116,80 @@ -
+
- -
- -
-
- -
- +
+ +
+
+ +
+ -
-
-
- -
- -
- -
-
- +
-
- -
-
+
-
- -
-
- +
+ +
+
+ +
+
-
+
- -
- + +
+ +
+ +
+
+ +
+ +
+
+ +
+
@@ -202,4 +202,4 @@
-
\ No newline at end of file +
diff --git a/ticket_edit_modal.php b/ticket_edit_modal.php index 5c7f4821..a43097ac 100644 --- a/ticket_edit_modal.php +++ b/ticket_edit_modal.php @@ -23,7 +23,7 @@ +
@@ -59,7 +59,7 @@
- +
@@ -68,7 +68,7 @@
@@ -101,16 +101,16 @@
@@ -135,10 +135,10 @@ while ($row = mysqli_fetch_array($sql_assets)) { $asset_id_select = $row['asset_id']; $asset_name_select = htmlentities($row['asset_name']); - ?> + ?> - @@ -159,14 +159,14 @@ - @@ -178,14 +178,14 @@
- + - + - + - \ No newline at end of file + diff --git a/ticket_invoice_add_modal.php b/ticket_invoice_add_modal.php index 775c4f71..367fd625 100644 --- a/ticket_invoice_add_modal.php +++ b/ticket_invoice_add_modal.php @@ -1,178 +1,178 @@