From a8cd457a27e58de07af66f8ac77a81c28118c129 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 25 Jan 2023 12:40:25 -0500 Subject: [PATCH] Moved the toastr response from the top right to the top center --- client_contact_details.php | 26 ++++++++++---------------- clients.php | 4 ++-- inc_alert_feedback.php | 34 ++++++++++++++++++++++++++++------ inc_client_top_head.php | 2 +- 4 files changed, 41 insertions(+), 25 deletions(-) diff --git a/client_contact_details.php b/client_contact_details.php index 0ff9194c..98eb0449 100644 --- a/client_contact_details.php +++ b/client_contact_details.php @@ -4,9 +4,9 @@ if (isset($_GET['contact_id'])) { $contact_id = intval($_GET['contact_id']); $sql = mysqli_query($mysqli,"SELECT * FROM contacts - LEFT JOIN locations ON location_id = contact_location_id - WHERE contact_id = $contact_id - "); + LEFT JOIN locations ON location_id = contact_location_id + WHERE contact_id = $contact_id + "); $row = mysqli_fetch_array($sql); $contact_id = $row['contact_id']; @@ -53,7 +53,6 @@ if (isset($_GET['contact_id'])) { $sql_related_tickets = mysqli_query($mysqli,"SELECT * FROM tickets WHERE ticket_contact_id = $contact_id AND company_id = $session_company_id ORDER BY ticket_id DESC"); $ticket_count = mysqli_num_rows($sql_related_tickets); - ?>
@@ -62,7 +61,12 @@ if (isset($_GET['contact_id'])) {
-
+

+ +
+ + +
contact_photo"> @@ -73,11 +77,7 @@ if (isset($_GET['contact_id'])) {

-

- -
- - +
@@ -267,8 +267,6 @@ if (isset($_GET['contact_id'])) {
- -
">

Passwords

@@ -363,7 +361,6 @@ if (isset($_GET['contact_id'])) {
-
">

Licenses

@@ -450,9 +447,6 @@ if (isset($_GET['contact_id'])) {
- - -
">

Tickets

diff --git a/clients.php b/clients.php index 85679ca3..7278c7eb 100644 --- a/clients.php +++ b/clients.php @@ -166,8 +166,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); "> Name - Address - Contact + Primary Address + Primary Contact Billing Action diff --git a/inc_alert_feedback.php b/inc_alert_feedback.php index b3a3d0b0..4b118909 100644 --- a/inc_alert_feedback.php +++ b/inc_alert_feedback.php @@ -5,20 +5,42 @@ if (!empty($_SESSION['alert_message'])) { if (!isset($_SESSION['alert_type'])) { $_SESSION['alert_type'] = "success"; } - ?> +?> - + + + \ No newline at end of file diff --git a/inc_client_top_head.php b/inc_client_top_head.php index 8f2a23bb..3f762280 100644 --- a/inc_client_top_head.php +++ b/inc_client_top_head.php @@ -42,7 +42,7 @@ $location_phone = formatPhoneNumber($location_phone); ?>
-

Contact

+

Primary Contact