From 7148ebe05668ac4e74f48f61ab420ac0d45fc1d0 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Mon, 8 Feb 2021 14:34:00 -0500 Subject: [PATCH] Combined Client Add/Edit Events and other cleanup --- add_calendar_event_modal.php | 8 ++ add_invoice_recurring_modal.php | 37 --------- client_add_calendar_event_modal.php | 80 ------------------- client_edit_calendar_event_modal.php | 80 ------------------- client_events.php | 4 +- edit_calendar_event_modal.php | 8 ++ ...r_domains.php => test_calendar_domains.php | 0 ...php => test_client_payments_by_invoice.php | 0 ..._nav.php => test_client_print_side_nav.php | 0 contacts.php => test_contacts.php | 0 ...modal.php => test_delete_confirm_modal.php | 0 ...ample.php => test_export_excel_example.php | 0 ...fit_loss.php => test_print_profit_loss.php | 0 ..._2.php => test_report_income_summary_2.php | 0 starter_new.php => test_starter_new.php | 0 transactions.php => test_transactions.php | 0 16 files changed, 18 insertions(+), 199 deletions(-) delete mode 100644 add_invoice_recurring_modal.php delete mode 100644 client_add_calendar_event_modal.php delete mode 100644 client_edit_calendar_event_modal.php rename calendar_domains.php => test_calendar_domains.php (100%) rename client_payments_by_invoice.php => test_client_payments_by_invoice.php (100%) rename client_print_side_nav.php => test_client_print_side_nav.php (100%) rename contacts.php => test_contacts.php (100%) rename delete_confirm_modal.php => test_delete_confirm_modal.php (100%) rename export_excel_example.php => test_export_excel_example.php (100%) rename print_profit_loss.php => test_print_profit_loss.php (100%) rename report_income_summary_2.php => test_report_income_summary_2.php (100%) rename starter_new.php => test_starter_new.php (100%) rename transactions.php => test_transactions.php (100%) diff --git a/add_calendar_event_modal.php b/add_calendar_event_modal.php index 989b5819..ceb58097 100644 --- a/add_calendar_event_modal.php +++ b/add_calendar_event_modal.php @@ -68,6 +68,12 @@ + + + + + +
@@ -92,6 +98,8 @@
+ +
diff --git a/add_invoice_recurring_modal.php b/add_invoice_recurring_modal.php deleted file mode 100644 index 08b6003a..00000000 --- a/add_invoice_recurring_modal.php +++ /dev/null @@ -1,37 +0,0 @@ - \ No newline at end of file diff --git a/client_add_calendar_event_modal.php b/client_add_calendar_event_modal.php deleted file mode 100644 index 7950ced8..00000000 --- a/client_add_calendar_event_modal.php +++ /dev/null @@ -1,80 +0,0 @@ - \ No newline at end of file diff --git a/client_edit_calendar_event_modal.php b/client_edit_calendar_event_modal.php deleted file mode 100644 index a1d8b983..00000000 --- a/client_edit_calendar_event_modal.php +++ /dev/null @@ -1,80 +0,0 @@ - \ No newline at end of file diff --git a/client_events.php b/client_events.php index 125741b4..9b83e8c9 100644 --- a/client_events.php +++ b/client_events.php @@ -10,7 +10,7 @@ if(isset($_GET['calendar_id'])){
- + + + + + + +
@@ -91,6 +97,8 @@
+ +
diff --git a/calendar_domains.php b/test_calendar_domains.php similarity index 100% rename from calendar_domains.php rename to test_calendar_domains.php diff --git a/client_payments_by_invoice.php b/test_client_payments_by_invoice.php similarity index 100% rename from client_payments_by_invoice.php rename to test_client_payments_by_invoice.php diff --git a/client_print_side_nav.php b/test_client_print_side_nav.php similarity index 100% rename from client_print_side_nav.php rename to test_client_print_side_nav.php diff --git a/contacts.php b/test_contacts.php similarity index 100% rename from contacts.php rename to test_contacts.php diff --git a/delete_confirm_modal.php b/test_delete_confirm_modal.php similarity index 100% rename from delete_confirm_modal.php rename to test_delete_confirm_modal.php diff --git a/export_excel_example.php b/test_export_excel_example.php similarity index 100% rename from export_excel_example.php rename to test_export_excel_example.php diff --git a/print_profit_loss.php b/test_print_profit_loss.php similarity index 100% rename from print_profit_loss.php rename to test_print_profit_loss.php diff --git a/report_income_summary_2.php b/test_report_income_summary_2.php similarity index 100% rename from report_income_summary_2.php rename to test_report_income_summary_2.php diff --git a/starter_new.php b/test_starter_new.php similarity index 100% rename from starter_new.php rename to test_starter_new.php diff --git a/transactions.php b/test_transactions.php similarity index 100% rename from transactions.php rename to test_transactions.php