From 34e92d22230e98dd15e338b057f66d49c10eab16 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 22 Mar 2025 14:55:13 -0400 Subject: [PATCH] Update Tags filter to only show tags available --- clients.php | 20 +++++++++----------- contacts.php | 23 ++++++++++++----------- credentials.php | 23 ++++++++++++----------- locations.php | 23 ++++++++++++----------- 4 files changed, 45 insertions(+), 44 deletions(-) diff --git a/clients.php b/clients.php index b7306f23..a7f9fe69 100644 --- a/clients.php +++ b/clients.php @@ -190,8 +190,15 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); -
- -
diff --git a/contacts.php b/contacts.php index 61cd9ec7..7c2b252e 100644 --- a/contacts.php +++ b/contacts.php @@ -117,8 +117,18 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
-
- -
diff --git a/credentials.php b/credentials.php index 38976b7f..f2847232 100644 --- a/credentials.php +++ b/credentials.php @@ -131,8 +131,18 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
-
- -
diff --git a/locations.php b/locations.php index 98970bb6..3e589f3b 100644 --- a/locations.php +++ b/locations.php @@ -105,8 +105,18 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
-
- -