From e60fa154149f5a0483ae7eb3849294a6a73cdd05 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 7 Mar 2023 17:02:52 -0800 Subject: [PATCH] =?UTF-8?q?Nicer=20layout,=20but=20it=20kinda=20dosn?= =?UTF-8?q?=E2=80=99t=20work=20:(?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: snipe --- .../partials/forms/edit/uploadLogo.blade.php | 76 +++++++++---------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/resources/views/partials/forms/edit/uploadLogo.blade.php b/resources/views/partials/forms/edit/uploadLogo.blade.php index 7237d7b81..de889f152 100644 --- a/resources/views/partials/forms/edit/uploadLogo.blade.php +++ b/resources/views/partials/forms/edit/uploadLogo.blade.php @@ -1,57 +1,57 @@ -
+
- {{ $logoLabel }} + has($logoVariable) ? ' class="alert-msg"' : '' !!} for="{{ $logoVariable }}">{{ ucwords(str_replace('_', ' ', $logoVariable)) }}
- - @if (($setting->$logoVariable!='') && (Storage::disk('public')->exists(e($snipeSettings->$logoVariable)))) -
- - - - -
- @if ($logoVariable!='favicon') - - - - @else - - @endif - -
-
- @else -
- @endif - - - - +
+ -

+ {!! $errors->first($logoVariable, ':message') !!} + + +

{{ $helpBlock }}

@if (config('app.lock_passwords')===true)

{{ trans('general.feature_disabled') }}

@endif - {!! $errors->first($logoVariable, ':message') !!} +
+ +
+
+ + @if (($setting->$logoVariable!='') && (Storage::disk('public')->exists(e($snipeSettings->$logoVariable)))) + + + + + + + @else + + @endif + +
-
- -
+
+ + + + + + +