diff --git a/client_add_modal.php b/client_add_modal.php index 4bc71c1e..8e58f766 100644 --- a/client_add_modal.php +++ b/client_add_modal.php @@ -127,9 +127,8 @@
- -
+
@@ -138,6 +137,16 @@
+
+ +
+
+ +
+ +
+
+
diff --git a/client_location_add_modal.php b/client_location_add_modal.php index 2df8e59f..541a0527 100644 --- a/client_location_add_modal.php +++ b/client_location_add_modal.php @@ -159,6 +159,16 @@
+
+ +
+
+ +
+ +
+
+
diff --git a/client_location_edit_modal.php b/client_location_edit_modal.php index 0f999d31..fdec329a 100644 --- a/client_location_edit_modal.php +++ b/client_location_edit_modal.php @@ -172,6 +172,16 @@
+
+ +
+
+ +
+ +
+
+
diff --git a/client_locations.php b/client_locations.php index 90bd3283..2e2403f3 100644 --- a/client_locations.php +++ b/client_locations.php @@ -188,6 +188,12 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); } else { $location_phone_display = $location_phone; } + $location_fax = formatPhoneNumber($row['location_fax']); + if ($location_fax) { + $location_fax_display = "
Fax: $location_fax
"; + } else { + $location_fax_display = ''; + } $location_hours = nullable_htmlentities($row['location_hours']); if (empty($location_hours)) { $location_hours_display = "-"; @@ -255,7 +261,10 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); " target="_blank">
- + + + +