From 3c28c2b89b31442d8e98d5fcb182a6db75b42056 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 27 Jan 2024 02:16:41 -0500 Subject: [PATCH] Prevent Password Manager from asking to save password for every asset edit / add / bulk submit --- client_asset_add_modal.php | 2 +- client_asset_copy_modal.php | 2 +- client_asset_edit_modal.php | 2 +- client_assets.php | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/client_asset_add_modal.php b/client_asset_add_modal.php index d546991b..a0248c96 100644 --- a/client_asset_add_modal.php +++ b/client_asset_add_modal.php @@ -345,7 +345,7 @@
- + diff --git a/client_asset_copy_modal.php b/client_asset_copy_modal.php index 10ea9946..2ed181fc 100644 --- a/client_asset_copy_modal.php +++ b/client_asset_copy_modal.php @@ -341,7 +341,7 @@
- + diff --git a/client_asset_edit_modal.php b/client_asset_edit_modal.php index 8f3c73a9..86c0ef30 100644 --- a/client_asset_edit_modal.php +++ b/client_asset_edit_modal.php @@ -369,7 +369,7 @@
- + diff --git a/client_assets.php b/client_assets.php index 5e79483a..6eac3ef7 100644 --- a/client_assets.php +++ b/client_assets.php @@ -162,7 +162,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
- "> + ">
@@ -314,6 +314,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
+