From 76ed7afa18f599f58090b7b97b75dd68a9bb7476 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Mon, 3 Feb 2020 13:55:21 -0500 Subject: [PATCH] Added category to logins, added OS and MAC to assets, minor UI updates --- add_asset_modal.php | 60 +++++++-- add_client_modal.php | 6 +- add_login_modal.php | 17 ++- client.php | 2 + client_assets.php | 13 +- client_contacts.php | 6 +- client_locations.php | 5 +- client_logins.php | 5 +- client_networks.php | 4 +- client_notes.php | 1 + client_vendors.php | 4 +- db.sql | 33 ++++- edit_asset_modal.php | 53 ++++++-- edit_client_modal.php | 4 +- edit_login_modal.php | 17 ++- footer.php | 1 + header.php | 2 + plugins/toastr/toastr.css | 228 ++++++++++++++++++++++++++++++++++ plugins/toastr/toastr.js.map | 1 + plugins/toastr/toastr.min.css | 1 + plugins/toastr/toastr.min.js | 2 + post.php | 29 +++-- top_nav.php | 2 +- 23 files changed, 438 insertions(+), 58 deletions(-) create mode 100644 plugins/toastr/toastr.css create mode 100644 plugins/toastr/toastr.js.map create mode 100644 plugins/toastr/toastr.min.css create mode 100644 plugins/toastr/toastr.min.js diff --git a/add_asset_modal.php b/add_asset_modal.php index 3b9a7de9..b49c0613 100644 --- a/add_asset_modal.php +++ b/add_asset_modal.php @@ -7,25 +7,34 @@ +
+ + @@ -231,6 +261,7 @@ +
@@ -242,6 +273,15 @@
+ +
+ +
+ +
+ +
+
- +
@@ -162,7 +162,7 @@
- + diff --git a/add_login_modal.php b/add_login_modal.php index 6ed29322..74d91e0d 100644 --- a/add_login_modal.php +++ b/add_login_modal.php @@ -2,7 +2,7 @@