From 1ede4bc795dbb4024552f2c331a4813cff6795fd Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Sat, 6 Feb 2021 02:35:58 -0500 Subject: [PATCH] Shrunk the card header down to a more reasonable size which made a big difference the card header are not so over bearing --- accounts.php | 4 ++-- alerts.php | 2 +- alerts_archived.php | 2 +- assets.php | 4 ++-- calendar_events.php | 11 ++--------- categories.php | 2 +- client_assets.php | 2 +- client_certificates.php | 2 +- client_contacts.php | 2 +- client_documents.php | 2 +- client_domains.php | 2 +- client_files.php | 2 +- client_invoices.php | 2 +- client_locations.php | 2 +- client_logins.php | 2 +- client_networks.php | 2 +- client_payments.php | 2 +- client_quotes.php | 2 +- client_recurring.php | 2 +- client_software.php | 2 +- client_tickets.php | 2 +- client_trips.php | 2 +- client_vendors.php | 2 +- clients.php | 2 +- companies.php | 2 +- expenses.php | 4 ++-- invoices.php | 4 ++-- payments.php | 4 ++-- products.php | 4 ++-- quotes.php | 4 ++-- recurring.php | 4 ++-- report_expense_summary.php | 2 +- report_income_summary.php | 2 +- report_profit_loss.php | 2 +- revenues.php | 4 ++-- taxes.php | 2 +- tickets.php | 4 ++-- transfers.php | 4 ++-- trips.php | 4 ++-- users.php | 2 +- vendors.php | 4 ++-- 41 files changed, 55 insertions(+), 62 deletions(-) diff --git a/accounts.php b/accounts.php index 6d6aa7e9..60460d94 100644 --- a/accounts.php +++ b/accounts.php @@ -47,8 +47,8 @@ ?> -
-
+
+

Accounts

diff --git a/alerts.php b/alerts.php index 364ae56e..d2bc3d6b 100644 --- a/alerts.php +++ b/alerts.php @@ -7,7 +7,7 @@ $sql = mysqli_query($mysqli,"SELECT * FROM alerts WHERE alert_ack_date IS NULL A ?>
-
+

Alerts

Acknowledge All diff --git a/alerts_archived.php b/alerts_archived.php index 97603f11..f98078f5 100644 --- a/alerts_archived.php +++ b/alerts_archived.php @@ -59,7 +59,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Archived Alerts

diff --git a/assets.php b/assets.php index a8c2fe68..d479bed3 100644 --- a/assets.php +++ b/assets.php @@ -65,8 +65,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?> -
-
+
+

Assets

diff --git a/calendar_events.php b/calendar_events.php index 0a654624..bb19328e 100644 --- a/calendar_events.php +++ b/calendar_events.php @@ -8,15 +8,8 @@ if(isset($_GET['calendar_id'])){ ?> -
-
-

Calendar

-
-
-
-
-
- +
+ diff --git a/categories.php b/categories.php index ac2192d5..8f073a04 100644 --- a/categories.php +++ b/categories.php @@ -47,7 +47,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
-
+

Categories

diff --git a/client_assets.php b/client_assets.php index 31d98bce..e772593c 100644 --- a/client_assets.php +++ b/client_assets.php @@ -49,7 +49,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Assets

diff --git a/client_certificates.php b/client_certificates.php index 9895f57f..a13f8f17 100644 --- a/client_certificates.php +++ b/client_certificates.php @@ -48,7 +48,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Certificates

diff --git a/client_contacts.php b/client_contacts.php index 6a10bec4..a5991ed2 100644 --- a/client_contacts.php +++ b/client_contacts.php @@ -46,7 +46,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Contacts

diff --git a/client_documents.php b/client_documents.php index d4355fe3..260a59fe 100644 --- a/client_documents.php +++ b/client_documents.php @@ -50,7 +50,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Documents

diff --git a/client_domains.php b/client_domains.php index daae65af..0e4dd708 100644 --- a/client_domains.php +++ b/client_domains.php @@ -48,7 +48,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Domains

diff --git a/client_files.php b/client_files.php index 5f75d00d..e3d6e6ca 100644 --- a/client_files.php +++ b/client_files.php @@ -9,7 +9,7 @@ $num_of_files = mysqli_num_rows($sql_files_images) + mysqli_num_rows($sql_files_ ?>
-
+

Files

diff --git a/client_invoices.php b/client_invoices.php index f9194e61..e690d74b 100644 --- a/client_invoices.php +++ b/client_invoices.php @@ -50,7 +50,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Invoices

diff --git a/client_locations.php b/client_locations.php index 913bddbc..0db8d266 100644 --- a/client_locations.php +++ b/client_locations.php @@ -49,7 +49,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Locations

diff --git a/client_logins.php b/client_logins.php index b621c694..50d7f05b 100644 --- a/client_logins.php +++ b/client_logins.php @@ -49,7 +49,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Logins

diff --git a/client_networks.php b/client_networks.php index f0853854..b2e9c395 100644 --- a/client_networks.php +++ b/client_networks.php @@ -49,7 +49,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Networks

diff --git a/client_payments.php b/client_payments.php index e89baed4..74d7f616 100644 --- a/client_payments.php +++ b/client_payments.php @@ -51,7 +51,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Payments

diff --git a/client_quotes.php b/client_quotes.php index 8678993d..8ef54559 100644 --- a/client_quotes.php +++ b/client_quotes.php @@ -50,7 +50,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Quotes

diff --git a/client_recurring.php b/client_recurring.php index 651fc70a..da4cc89a 100644 --- a/client_recurring.php +++ b/client_recurring.php @@ -50,7 +50,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Recurring Invoices

diff --git a/client_software.php b/client_software.php index 9bd7e86f..3c9cf578 100644 --- a/client_software.php +++ b/client_software.php @@ -49,7 +49,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Software

diff --git a/client_tickets.php b/client_tickets.php index 00bc54fd..bd922600 100644 --- a/client_tickets.php +++ b/client_tickets.php @@ -49,7 +49,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Tickets

diff --git a/client_trips.php b/client_trips.php index 20964680..0cc888b0 100644 --- a/client_trips.php +++ b/client_trips.php @@ -60,7 +60,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Trips

diff --git a/client_vendors.php b/client_vendors.php index 9fb72308..555bba5b 100644 --- a/client_vendors.php +++ b/client_vendors.php @@ -49,7 +49,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Vendors

diff --git a/clients.php b/clients.php index 72bc5338..08b57dc0 100644 --- a/clients.php +++ b/clients.php @@ -71,7 +71,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Clients

diff --git a/companies.php b/companies.php index 012fbac9..6e26f419 100644 --- a/companies.php +++ b/companies.php @@ -48,7 +48,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?>
-
+

Companies

diff --git a/expenses.php b/expenses.php index 1ea479e8..b62cdbf6 100644 --- a/expenses.php +++ b/expenses.php @@ -61,8 +61,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?> -
-
+
+

Expenses

diff --git a/invoices.php b/invoices.php index 3f86cda6..6e0a1221 100644 --- a/invoices.php +++ b/invoices.php @@ -170,8 +170,8 @@
-
-
+
+

Invoices

diff --git a/payments.php b/payments.php index ec655c8f..c9bf9862 100644 --- a/payments.php +++ b/payments.php @@ -62,8 +62,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?> -
-
+
+

Payments

diff --git a/products.php b/products.php index 257aace2..56036cd4 100644 --- a/products.php +++ b/products.php @@ -49,8 +49,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?> -
-
+
+

Products

diff --git a/quotes.php b/quotes.php index 7bd929df..b10aa46c 100644 --- a/quotes.php +++ b/quotes.php @@ -62,8 +62,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?> -
-
+
+

Quotes

diff --git a/recurring.php b/recurring.php index 35536f12..7c58e019 100644 --- a/recurring.php +++ b/recurring.php @@ -60,8 +60,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?> -
-
+
+

Recurring Invoices

diff --git a/report_expense_summary.php b/report_expense_summary.php index f515c1d3..6cdb83fc 100644 --- a/report_expense_summary.php +++ b/report_expense_summary.php @@ -14,7 +14,7 @@ $sql_categories = mysqli_query($mysqli,"SELECT * FROM categories WHERE category_ ?>
-
+

Expense Summary

diff --git a/report_income_summary.php b/report_income_summary.php index 59f14118..ed58e6b7 100644 --- a/report_income_summary.php +++ b/report_income_summary.php @@ -14,7 +14,7 @@ $sql_categories = mysqli_query($mysqli,"SELECT * FROM categories WHERE category_ ?>
-
+

Income Summary

diff --git a/report_profit_loss.php b/report_profit_loss.php index 89c81364..cd635f8c 100644 --- a/report_profit_loss.php +++ b/report_profit_loss.php @@ -19,7 +19,7 @@ $sql_categories_expense = mysqli_query($mysqli,"SELECT * FROM categories WHERE c ?>
-
+

Profit & Loss

diff --git a/revenues.php b/revenues.php index 19b062e9..9d4f75c0 100644 --- a/revenues.php +++ b/revenues.php @@ -60,8 +60,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?> -
-
+
+

Revenues

diff --git a/taxes.php b/taxes.php index 0ba432bf..dec51572 100644 --- a/taxes.php +++ b/taxes.php @@ -29,7 +29,7 @@ $num_rows = mysqli_num_rows($sql); ?>
-
+

Taxes

diff --git a/tickets.php b/tickets.php index 93b7238f..694c56c7 100644 --- a/tickets.php +++ b/tickets.php @@ -67,8 +67,8 @@ ?> -
-
+
+

Tickets

diff --git a/transfers.php b/transfers.php index f1c3ca50..92c80a7b 100644 --- a/transfers.php +++ b/transfers.php @@ -60,8 +60,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?> -
-
+
+

Transfers

diff --git a/trips.php b/trips.php index f45d543e..5399c766 100644 --- a/trips.php +++ b/trips.php @@ -61,8 +61,8 @@ ?> -
-
+
+

Trips

diff --git a/users.php b/users.php index f4756734..9662e5ab 100644 --- a/users.php +++ b/users.php @@ -49,7 +49,7 @@ ?>
-
+

Users

diff --git a/vendors.php b/vendors.php index d14fb104..2e4bb0f7 100644 --- a/vendors.php +++ b/vendors.php @@ -60,8 +60,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?> -
-
+
+

Vendors