diff --git a/ajax/ajax_client_edit.php b/ajax/ajax_client_edit.php new file mode 100644 index 00000000..70b34235 --- /dev/null +++ b/ajax/ajax_client_edit.php @@ -0,0 +1,249 @@ +Editing Client: $client_name"; + +// Generate the HTML form content using output buffering. +ob_start(); +?> +
+ + + + +
+ +Creating note: $contact_name"; + +// Generate the HTML form content using output buffering. +ob_start(); +?> +
+ + + + + +
+ +Notifications$num_notifications"; + +// Generate the HTML form content using output buffering. +ob_start(); +?> + + + +
- ?> - @@ -254,8 +252,11 @@ if (isset($_GET['contact_id'])) { New Recurring Ticket - - New Note + + New Note @@ -420,7 +421,6 @@ if (isset($_GET['contact_id'])) {

Notes

-
@@ -1136,7 +1139,6 @@ if (isset($_GET['contact_id'])) { &contact_id="> Details - + Make Note diff --git a/clients.php b/clients.php index a1da892f..52fc5def 100644 --- a/clients.php +++ b/clients.php @@ -449,7 +449,10 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));