From a742c9596ea393f78008f8028e5ccc49d225f07a Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 7 Jun 2024 15:59:22 -0400 Subject: [PATCH] Moved Exports into the the new drop downs to match consistency --- expenses.php | 15 +++++++++------ invoices.php | 15 +++++++++------ trips.php | 16 +++++++++------- 3 files changed, 27 insertions(+), 19 deletions(-) diff --git a/expenses.php b/expenses.php index 30b0a8bb..5aeaf64d 100644 --- a/expenses.php +++ b/expenses.php @@ -60,7 +60,15 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));

Expenses

- +
+ + + +
@@ -189,11 +197,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); -
-
- -
-
diff --git a/invoices.php b/invoices.php index daed0333..56619a9f 100644 --- a/invoices.php +++ b/invoices.php @@ -137,7 +137,15 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));

Invoices

- +
+ + + +
@@ -189,11 +197,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); -
-
- -
-
diff --git a/trips.php b/trips.php index b3e13cb9..c515f7ff 100644 --- a/trips.php +++ b/trips.php @@ -29,7 +29,15 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));

Trips

- +
+ + + +
@@ -80,12 +88,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); -
-
-
- -
-