From 6e2e21509f76d963475745da7d7691b302f5f249 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 May 2019 19:55:29 -0400 Subject: [PATCH] Added tabs to client asset and vendor modals to reduce amount of inputs on a modal. Added more asset fields, more ui cleanups --- add_client_asset_modal.php | 254 ++++++++++++++++++++++++++--------- add_client_domain_modal.php | 49 +++++-- add_client_modal.php | 186 +++++++++++++++---------- add_vendor_modal.php | 129 +++++++++++------- client_assets.php | 11 +- client_domains.php | 7 +- edit_client_asset_modal.php | 238 ++++++++++++++++++++++++++------ edit_client_domain_modal.php | 49 +++++-- edit_client_modal.php | 2 +- old_add_client_modal.php | 102 ++++++++++++++ post.php | 45 +++++-- 11 files changed, 811 insertions(+), 261 deletions(-) create mode 100644 old_add_client_modal.php diff --git a/add_client_asset_modal.php b/add_client_asset_modal.php index b57aa2d2..74930f65 100644 --- a/add_client_asset_modal.php +++ b/add_client_asset_modal.php @@ -10,75 +10,201 @@