diff --git a/client_logins.php b/client_logins.php index 5bf532ea..2eeeb62a 100644 --- a/client_logins.php +++ b/client_logins.php @@ -26,7 +26,21 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));

Passwords

- +
+ + + +
@@ -45,8 +59,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
- -
diff --git a/client_software.php b/client_software.php index 5338f124..141ce5c3 100644 --- a/client_software.php +++ b/client_software.php @@ -16,7 +16,7 @@ $sql = mysqli_query( LEFT JOIN logins ON login_software_id = software_id WHERE software_client_id = $client_id AND software_template = 0 - AND software_archived_at IS NULL + AND software_$archive_query AND (software_name LIKE '%$q%' OR software_type LIKE '%$q%' OR software_key LIKE '%$q%') ORDER BY $sort $order LIMIT $record_from, $record_to"); @@ -26,7 +26,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
-

Licenses

+

Software & Licenses

@@ -42,6 +48,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
+
@@ -55,7 +62,11 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
- + + Archived + + Archived +