From c16a1753a59af9da7ac2f2be5c3e7e3d7d4c48b1 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 25 Jun 2026 18:06:39 -0400 Subject: [PATCH] Add text MonoSpace in places where it needs to be, reduced info icon size in clients, Fixed navigation highlight for files when in document details and is asset details --- agent/accounts.php | 2 +- agent/asset_details.php | 12 ++++++------ agent/assets.php | 4 ++-- agent/clients.php | 14 +++++++------- agent/contact_details.php | 4 ++-- agent/dashboard.php | 6 +++--- agent/expenses.php | 2 +- agent/includes/client_side_nav.php | 4 ++-- agent/includes/inc_client_top_head.php | 2 +- agent/invoices.php | 2 +- agent/modals/asset/asset_add.php | 10 +++++----- agent/modals/asset/asset_copy.php | 10 +++++----- agent/modals/asset/asset_details.php | 16 ++++++++-------- agent/modals/asset/asset_edit.php | 14 +++++++------- agent/modals/asset/asset_interface_add.php | 8 ++++---- agent/modals/asset/asset_interface_edit.php | 8 ++++---- agent/modals/network/network_add.php | 12 ++++++------ agent/modals/network/network_edit.php | 12 ++++++------ agent/modals/service/service_details.php | 2 +- agent/networks.php | 10 +++++----- agent/payments.php | 4 ++-- agent/products.php | 2 +- agent/quotes.php | 2 +- agent/recurring_expenses.php | 2 +- agent/recurring_invoices.php | 2 +- agent/revenues.php | 2 +- agent/transfers.php | 2 +- agent/trips.php | 2 +- agent/vendors.php | 4 ++-- 29 files changed, 88 insertions(+), 88 deletions(-) diff --git a/agent/accounts.php b/agent/accounts.php index b96ffe53..3462b341 100644 --- a/agent/accounts.php +++ b/agent/accounts.php @@ -89,7 +89,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - +
-
+
-
+
-
+
@@ -582,11 +582,11 @@ if (isset($_GET['asset_id'])) { - +
- +
Paid - +
0) { ?>
Credit - +
Monthly - +
Hourly Rate - +
diff --git a/agent/contact_details.php b/agent/contact_details.php index 488aacf1..0a0e10e8 100644 --- a/agent/contact_details.php +++ b/agent/contact_details.php @@ -458,7 +458,7 @@ if (isset($_GET['contact_id'])) {
- + @@ -1061,7 +1061,7 @@ if (isset($_GET['contact_id'])) {
- KB + KB diff --git a/agent/dashboard.php b/agent/dashboard.php index 49f317cd..ee25839c 100644 --- a/agent/dashboard.php +++ b/agent/dashboard.php @@ -447,7 +447,7 @@ if ($user_config_dashboard_financial_enable == 1) { $balance = '0.00'; } ?> - + @@ -488,7 +488,7 @@ if ($user_config_dashboard_financial_enable == 1) { - + @@ -528,7 +528,7 @@ if ($user_config_dashboard_financial_enable == 1) { - + diff --git a/agent/expenses.php b/agent/expenses.php index f0fa8023..a183f7e6 100644 --- a/agent/expenses.php +++ b/agent/expenses.php @@ -303,7 +303,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
- + diff --git a/agent/includes/client_side_nav.php b/agent/includes/client_side_nav.php index 7f563e01..9728733a 100644 --- a/agent/includes/client_side_nav.php +++ b/agent/includes/client_side_nav.php @@ -128,7 +128,7 @@ = 1) { ?>
  • $asset_history_created_at - $asset_history_status
    $asset_history_description

  • "; + echo "
  • $asset_history_created_at $asset_history_status
    $asset_history_description

  • "; } ?> diff --git a/agent/modals/asset/asset_interface_add.php b/agent/modals/asset/asset_interface_add.php index 8b939895..4d2aa68b 100644 --- a/agent/modals/asset/asset_interface_add.php +++ b/agent/modals/asset/asset_interface_add.php @@ -132,7 +132,7 @@ ob_start();
    - +
    @@ -148,7 +148,7 @@ ob_start();
    - +
    @@ -159,7 +159,7 @@ ob_start();
    - + @@ -172,7 +172,7 @@ ob_start(); - + @@ -131,7 +131,7 @@ ob_start();
    - + @@ -141,7 +141,7 @@ ob_start();
    - + @@ -151,7 +151,7 @@ ob_start();
    - + @@ -164,7 +164,7 @@ ob_start();
    - + @@ -174,7 +174,7 @@ ob_start();
    - + diff --git a/agent/modals/network/network_edit.php b/agent/modals/network/network_edit.php index 54b861b7..950bcb43 100644 --- a/agent/modals/network/network_edit.php +++ b/agent/modals/network/network_edit.php @@ -109,7 +109,7 @@ ob_start();
    - + @@ -119,7 +119,7 @@ ob_start();
    - + @@ -129,7 +129,7 @@ ob_start();
    - + @@ -139,7 +139,7 @@ ob_start();
    - + @@ -153,7 +153,7 @@ ob_start();
    - + @@ -163,7 +163,7 @@ ob_start();
    - + diff --git a/agent/modals/service/service_details.php b/agent/modals/service/service_details.php index 0c9b4030..794f2f06 100644 --- a/agent/modals/service/service_details.php +++ b/agent/modals/service/service_details.php @@ -144,7 +144,7 @@ ob_start(); $network_parts = explode(":", $network); $network_name = $network_parts[0]; $network_vlan = $network_parts[1] ?? ''; - echo "
  • $network_name (VLAN $network_vlan)
  • "; + echo "
  • $network_name (VLAN $network_vlan)
  • "; } echo ""; } diff --git a/agent/networks.php b/agent/networks.php index de9605b5..3cf9418d 100644 --- a/agent/networks.php +++ b/agent/networks.php @@ -309,11 +309,11 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - - - - - + + + + + diff --git a/agent/payments.php b/agent/payments.php index 30f294fd..9733932a 100644 --- a/agent/payments.php +++ b/agent/payments.php @@ -237,8 +237,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - - + + diff --git a/agent/products.php b/agent/products.php index 2fed030f..89decf8a 100644 --- a/agent/products.php +++ b/agent/products.php @@ -271,7 +271,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); % - +