diff --git a/add_client_contact_modal.php b/add_client_contact_modal.php new file mode 100644 index 00000000..362f7d82 --- /dev/null +++ b/add_client_contact_modal.php @@ -0,0 +1,58 @@ + \ No newline at end of file diff --git a/client.php b/client.php new file mode 100644 index 00000000..4d53bf85 --- /dev/null +++ b/client.php @@ -0,0 +1,103 @@ + + +2){ + $client_phone = substr($row['client_phone'],0,3)."-".substr($row['client_phone'],3,3)."-".substr($row['client_phone'],6,4); + } + $client_website = $row['client_website']; + +?> +
+
+

+
+
+ +
+
+
+
+
+
+ +
+ +
+ +
+
+
+
+ + + + + +
+ + + + + + + + + + + + 2){ + $client_contact_phone = substr($row['client_contact_phone'],0,3)."-".substr($row['client_contact_phone'],3,3)."-".substr($row['client_contact_phone'],6,4); + } + + ?> + + + + + + + + + + + +
NameTitlePhoneEmailActions
+ +
+
+ + \ No newline at end of file diff --git a/client_details.php b/client_details.php new file mode 100644 index 00000000..32bcee74 --- /dev/null +++ b/client_details.php @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + +
+ " target="_blank"> + +
+ +
+
\ No newline at end of file diff --git a/client_footer.php b/client_footer.php new file mode 100644 index 00000000..8d331783 --- /dev/null +++ b/client_footer.php @@ -0,0 +1,8 @@ + + + + + + + + + +2){ + $client_phone = substr($row['client_phone'],0,3)."-".substr($row['client_phone'],3,3)."-".substr($row['client_phone'],6,4); + } + $client_website = $row['client_website']; + +?> +
+
+

+
+
+ +
+
+
+
+
+
+ +
+ +
\ No newline at end of file