From ccea55308bea507d21ba16af90559d6bb9975fdc Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 4 Mar 2025 15:53:30 +0000 Subject: [PATCH] Fixed regression from #16150 Signed-off-by: snipe --- resources/views/settings/branding.blade.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/resources/views/settings/branding.blade.php b/resources/views/settings/branding.blade.php index 5741eb0a68..dcee8027f6 100644 --- a/resources/views/settings/branding.blade.php +++ b/resources/views/settings/branding.blade.php @@ -78,13 +78,11 @@
- + {!! Form::select('brand', [ + '1'=> trans('admin/settings/general.logo_option_types.text'), + '2'=> trans('admin/settings/general.logo_option_types.logo'), + '3'=> trans('admin/settings/general.logo_option_types.logo_and_text')], old('brand', $setting->brand), array('class' => 'form-control select2', 'style'=>'width: 150px ;')) !!} +