From 48b153613fe24678cc1f99f8504a7d617482e73a Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 16 Nov 2023 00:20:36 -0500 Subject: [PATCH] Changd Passwords to Logins, made Licenese icon consistent --- client_contact_details.php | 2 +- client_download_pdf_modal.php | 4 ++-- client_events.php | 4 ++-- client_login_edit_modal.php | 2 +- client_logins.php | 6 +++--- client_side_nav.php | 4 ++-- client_software.php | 2 +- client_software_add_modal.php | 2 +- client_software_edit_modal.php | 2 +- ticket.php | 36 ++++++++++++++++------------------ 10 files changed, 31 insertions(+), 33 deletions(-) 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 @@