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()"));
|
- |
+ |
- = $asset_ip; ?>
+ = $asset_ip; ?>
- = $asset_nat_ip; ?>
+ = $asset_nat_ip; ?>
- = $asset_mac; ?>
+ = $asset_mac; ?>
@@ -582,11 +582,11 @@ if (isset($_GET['asset_id'])) {
|
= $interface_type_display; ?> |
= $network_name_display; ?> |
-
+ |
= $interface_ip_display; ?>
= $interface_ipv6 ?>
|
- = $interface_mac_display; ?> |
+ = $interface_mac_display; ?> |
= $connected_to_display; ?> |
diff --git a/agent/assets.php b/agent/assets.php
index 666bfa98..5c58d105 100644
--- a/agent/assets.php
+++ b/agent/assets.php
@@ -692,12 +692,12 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
-
+ |
|
- |
+ |
|
diff --git a/agent/clients.php b/agent/clients.php
index e5a0dea3..291dfab7 100644
--- a/agent/clients.php
+++ b/agent/clients.php
@@ -444,7 +444,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
}
$client_tag_id_array[] = $client_tag_id;
- $client_tag_name_display_array[] = "$client_tag_name";
+ $client_tag_name_display_array[] = "$client_tag_name";
}
$client_tags_display = implode('', $client_tag_name_display_array);
@@ -462,7 +462,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
$balance = $invoice_amounts - $amount_paid;
//set Text color on balance
if ($balance > 0) {
- $balance_text_color = "text-danger font-weight-bold";
+ $balance_text_color = "text-danger";
} else {
$balance_text_color = "";
}
@@ -570,7 +570,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
= $software_count_display ?>
= $ticket_count_display ?>
">
-
+
@@ -582,21 +582,21 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
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'])) {
= $asset_model ?>
- = $asset_serial_display ?> |
+ = $asset_serial_display ?> |
= $asset_install_date_display ?> |
= $asset_status ?> |
@@ -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) { ?>
- ">
+ ">
Assets
@@ -237,7 +237,7 @@
- ">
+ ">
Files
diff --git a/agent/includes/inc_client_top_head.php b/agent/includes/inc_client_top_head.php
index 6f22d003..53bb0cc5 100644
--- a/agent/includes/inc_client_top_head.php
+++ b/agent/includes/inc_client_top_head.php
@@ -167,7 +167,7 @@
Tax ID
-
+
diff --git a/agent/invoices.php b/agent/invoices.php
index 0e46a58a..7e75cb18 100644
--- a/agent/invoices.php
+++ b/agent/invoices.php
@@ -386,7 +386,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
- |
+ |
|
|
|
diff --git a/agent/modals/asset/asset_add.php b/agent/modals/asset/asset_add.php
index 2bc7bf00..1daf2271 100644
--- a/agent/modals/asset/asset_add.php
+++ b/agent/modals/asset/asset_add.php
@@ -157,7 +157,7 @@ ob_start();
-
+
@@ -308,7 +308,7 @@ ob_start();
-
+
@@ -333,7 +333,7 @@ ob_start();
-
+
@@ -343,7 +343,7 @@ ob_start();
-
+
diff --git a/agent/modals/asset/asset_copy.php b/agent/modals/asset/asset_copy.php
index a02653a9..14adcc11 100644
--- a/agent/modals/asset/asset_copy.php
+++ b/agent/modals/asset/asset_copy.php
@@ -136,7 +136,7 @@ ob_start();
-
+
@@ -281,7 +281,7 @@ ob_start();
-
+
@@ -306,7 +306,7 @@ ob_start();
-
+
@@ -316,7 +316,7 @@ ob_start();
-
+
diff --git a/agent/modals/asset/asset_details.php b/agent/modals/asset/asset_details.php
index 1e9cbdfa..2b7b2a8c 100644
--- a/agent/modals/asset/asset_details.php
+++ b/agent/modals/asset/asset_details.php
@@ -321,7 +321,7 @@ ob_start();
-
+
@@ -341,13 +341,13 @@ ob_start();
-
+
-
+
-
+
@@ -481,11 +481,11 @@ ob_start();
|
|
|
-
+ |
= $interface_ipv6 ?>
|
- |
+ |
|
@@ -769,8 +769,8 @@ ob_start();
| $software_version"; ?> |
|
- |
- |
+ |
+ |
-
+
@@ -329,7 +329,7 @@ ob_start();
-
+
@@ -354,7 +354,7 @@ ob_start();
-
+
@@ -364,7 +364,7 @@ ob_start();
-
+
@@ -519,7 +519,7 @@ ob_start();
- Asset ID: = $asset_id ?>
+ Asset ID: = $asset_id ?>
@@ -534,7 +534,7 @@ ob_start();
$asset_history_status = nullable_htmlentities($row['asset_history_status']);
$asset_history_description = nullable_htmlentities($row['asset_history_description']);
$asset_history_created_at = nullable_htmlentities($row['asset_history_created_at']);
- echo "$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();
-
+
@@ -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()"));
= $location_name_display ?> |
- = $network_vlan_display ?> |
- = $network ?> |
- = $network_gateway ?> |
- = $network_dhcp_range_display ?> |
- = $network_dns_display ?> |
+ = $network_vlan_display ?> |
+ = $network ?> |
+ = $network_gateway ?> |
+ = $network_dhcp_range_display ?> |
+ = $network_dns_display ?> |
= $client_name ?> |
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()"));
= $tax_name ?> |
= $tax_percent ?>% |
- |
+ |
diff --git a/agent/quotes.php b/agent/quotes.php
index 28270ae3..0035621e 100644
--- a/agent/quotes.php
+++ b/agent/quotes.php
@@ -198,7 +198,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
- |
+ |
|
|
|
diff --git a/agent/recurring_expenses.php b/agent/recurring_expenses.php
index 54dc20c1..93399fdc 100644
--- a/agent/recurring_expenses.php
+++ b/agent/recurring_expenses.php
@@ -171,7 +171,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
- |
+ |
|
|
|
diff --git a/agent/recurring_invoices.php b/agent/recurring_invoices.php
index 32932b50..445acd8b 100644
--- a/agent/recurring_invoices.php
+++ b/agent/recurring_invoices.php
@@ -200,7 +200,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
- |
+ |
ly |
|
|
diff --git a/agent/revenues.php b/agent/revenues.php
index 2e429d4d..19ebc3b2 100644
--- a/agent/revenues.php
+++ b/agent/revenues.php
@@ -130,7 +130,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
- |
+ |
|
|
|
diff --git a/agent/transfers.php b/agent/transfers.php
index 744b43d6..5a8c7f64 100644
--- a/agent/transfers.php
+++ b/agent/transfers.php
@@ -214,7 +214,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
|
|
- |
+ |
|