diff --git a/calendar_add_modal.php b/calendar_add_modal.php index 80dcc7f1..4a67741a 100644 --- a/calendar_add_modal.php +++ b/calendar_add_modal.php @@ -21,12 +21,12 @@
- +
- +
- +
diff --git a/categories.php b/categories.php index 5537894f..25f12b2a 100644 --- a/categories.php +++ b/categories.php @@ -31,21 +31,6 @@ if (isset($_GET['archived'])) { $category = "Archived"; } -$colors_used_array = []; - -//Colors Used -$sql_colors_used = mysqli_query( - $mysqli, - "SELECT category_color FROM categories - WHERE category_type = '$category' - AND category_$archive_query" -); - -while ($color_used_row = mysqli_fetch_array($sql_colors_used)) { - $colors_used_array[] = $color_used_row['category_color']; -} -$colors_diff = array_diff($colors_array, $colors_used_array); - ?> @@ -59,7 +44,7 @@ $colors_diff = array_diff($colors_array, $colors_used_array); ?>
+ class="fas fa-plus mr-2">New Category
" - placeholder="Search Categories"> + placeholder="Search Categories ">
@@ -140,7 +125,6 @@ $colors_diff = array_diff($colors_array, $colors_used_array); $category_id = intval($row['category_id']); $category_name = nullable_htmlentities($row['category_name']); $category_color = nullable_htmlentities($row['category_color']); - //$colors_used_array[] = $row['category_color']; ?> @@ -186,12 +170,9 @@ $colors_diff = array_diff($colors_array, $colors_used_array); diff --git a/category_add_modal.php b/category_add_modal.php index ddeddac9..7390793a 100644 --- a/category_add_modal.php +++ b/category_add_modal.php @@ -14,26 +14,22 @@
- +
+
+ +
+ +
- -
- - - -
-
- - -
+
+ +
+
+
- - + +
diff --git a/category_edit_modal.php b/category_edit_modal.php index e1b343f3..9bc39fbf 100644 --- a/category_edit_modal.php +++ b/category_edit_modal.php @@ -14,33 +14,22 @@
- -
- - -
-
- - +
+
+ +
+
-
- -
-
- - -
+
+ +
+
+
- - + +
diff --git a/client_contact_details.php b/client_contact_details.php index 51b2c1fa..45b79986 100644 --- a/client_contact_details.php +++ b/client_contact_details.php @@ -272,7 +272,7 @@ if (isset($_GET['contact_id'])) {
">
-

Passwords

+

Logins

diff --git a/client_download_pdf_modal.php b/client_download_pdf_modal.php index e9617f49..8c127a55 100644 --- a/client_download_pdf_modal.php +++ b/client_download_pdf_modal.php @@ -55,7 +55,7 @@
@@ -64,7 +64,7 @@
diff --git a/client_events.php b/client_events.php index c5f3afdd..f05f0479 100644 --- a/client_events.php +++ b/client_events.php @@ -60,13 +60,13 @@ while ($row = mysqli_fetch_array($sql)) { defaultView: 'dayGridMonth', customButtons: { addEvent: { - bootstrapFontAwesome: 'fa fa-plus', + bootstrapFontAwesome: 'fa fa-fw fa-plus', click: function() { $("#addCalendarEventModal").modal(); } }, addCalendar: { - bootstrapFontAwesome: 'fa fa-calendar-plus', + bootstrapFontAwesome: 'fa fa-fw fa-calendar-plus', click: function() { $("#addCalendarModal").modal(); } diff --git a/client_login_edit_modal.php b/client_login_edit_modal.php index 81567e12..7aa1039f 100644 --- a/client_login_edit_modal.php +++ b/client_login_edit_modal.php @@ -2,7 +2,7 @@