From f8166bdc8187a7f3cf38dd2057366cde708818aa Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Thu, 4 Feb 2021 17:42:21 -0500 Subject: [PATCH] Fixed more php errors empty vars updated more ui search headers --- add_asset_modal.php | 6 +- add_category_modal.php | 10 ++- add_certificate_modal.php | 7 +- add_contact_modal.php | 18 ++--- add_document_modal.php | 9 ++- add_domain_modal.php | 7 +- add_file_modal.php | 7 +- add_location_modal.php | 93 ++++++++++++-------------- add_login_modal.php | 16 ++--- add_network_modal.php | 7 +- add_software_modal.php | 6 +- add_user_modal.php | 6 +- alerts.php | 16 +++-- alerts_archived.php | 17 ++--- calendar_events.php | 2 +- categories.php | 96 +++++++++++++-------------- client_assets.php | 32 ++++----- client_certificates.php | 23 ++++--- client_contacts.php | 12 ++-- client_documents.php | 25 ++++--- client_domains.php | 24 +++---- client_files.php | 12 ++-- client_invoices.php | 27 ++++---- client_locations.php | 21 +++--- client_logins.php | 20 +++--- client_networks.php | 21 +++--- client_payments.php | 14 ++-- client_print.php | 87 +++++++++++++------------ client_quotes.php | 37 +++++------ client_recurring.php | 21 +++--- client_software.php | 31 +++++---- client_tickets.php | 25 +++---- client_trips.php | 34 ++++------ client_vendors.php | 13 ++-- clients.php | 2 +- companies.php | 95 ++++++++++++++------------- edit_asset_modal.php | 6 +- edit_category_modal.php | 8 ++- edit_certificate_modal.php | 5 +- edit_contact_modal.php | 14 ++-- edit_document_modal.php | 7 +- edit_domain_modal.php | 5 +- edit_location_modal.php | 130 ++++++++++++------------------------- edit_login_modal.php | 6 +- edit_network_modal.php | 5 +- edit_software_modal.php | 8 +-- edit_user_modal.php | 9 ++- functions.php | 2 +- get_settings.php | 4 +- invoice.php | 10 +-- login.php | 7 +- logs.php | 124 +++++++++++++++++++++-------------- payments.php | 2 +- post.php | 11 ++-- quote.php | 8 +-- recurring_invoice.php | 14 ++-- settings-company.php | 30 ++++++--- taxes.php | 60 +++++++++-------- user_clients_modal.php | 6 +- user_companies_modal.php | 6 +- users.php | 28 ++++---- view_file_modal.php | 4 +- 62 files changed, 696 insertions(+), 722 deletions(-) diff --git a/add_asset_modal.php b/add_asset_modal.php index b25c4c0a..9e46df5c 100644 --- a/add_asset_modal.php +++ b/add_asset_modal.php @@ -1,10 +1,10 @@