From de3c1d159f7e3b5313e50579c3c5a27c5200d5f9 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 26 Feb 2025 15:35:17 -0800 Subject: [PATCH 1/3] Replace Form::checkbox on branding settings page --- resources/views/settings/branding.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/settings/branding.blade.php b/resources/views/settings/branding.blade.php index f37d6685b..8c59a02fb 100644 --- a/resources/views/settings/branding.blade.php +++ b/resources/views/settings/branding.blade.php @@ -135,7 +135,7 @@

@@ -152,7 +152,7 @@

@@ -172,7 +172,7 @@
From 245a16c377bbd1b381ba57556ebdd69bc78ebd24 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 26 Feb 2025 15:37:07 -0800 Subject: [PATCH 2/3] Replace Form::checkbox on branding settings page --- resources/views/settings/branding.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/settings/branding.blade.php b/resources/views/settings/branding.blade.php index 8c59a02fb..a31d6e42f 100644 --- a/resources/views/settings/branding.blade.php +++ b/resources/views/settings/branding.blade.php @@ -187,7 +187,7 @@

{{ trans('admin/settings/general.show_url_in_emails_help_text') }}

@@ -228,7 +228,7 @@

{{ trans('admin/settings/general.allow_user_skin_help_text') }}

From 27aeb518ffd263b0b0ff7b21b4e6d2faae9ac7f7 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 26 Feb 2025 16:18:00 -0800 Subject: [PATCH 3/3] Replace Form::checkbox on general settings page --- resources/views/settings/general.blade.php | 24 +++++++++++++--------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/resources/views/settings/general.blade.php b/resources/views/settings/general.blade.php index fb8590876..d2e51d434 100644 --- a/resources/views/settings/general.blade.php +++ b/resources/views/settings/general.blade.php @@ -45,7 +45,7 @@
{!! $errors->first('full_multiple_companies_support', '') !!} @@ -64,7 +64,7 @@
{!! $errors->first('require_accept_signature', '') !!} @@ -136,7 +136,7 @@
@@ -152,7 +152,7 @@
@@ -311,7 +311,7 @@
{!! $errors->first('show_archived_in_list', '') !!} @@ -325,7 +325,7 @@

{{ trans('admin/settings/general.show_assigned_assets_help') }}

@@ -340,15 +340,19 @@
+ modellistCheckedValue('manufacturer'))) aria-label="show_in_model_list"/> + {{ trans('general.manufacturer') }}