From d5f8e93d7cb8f3512d48678692589908692c61a2 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 15 Sep 2020 19:52:34 -0700 Subject: [PATCH] Moved delete logo option higher for nicer layout --- .../partials/forms/edit/uploadLogo.blade.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/resources/views/partials/forms/edit/uploadLogo.blade.php b/resources/views/partials/forms/edit/uploadLogo.blade.php index f90741676..0d77c776c 100644 --- a/resources/views/partials/forms/edit/uploadLogo.blade.php +++ b/resources/views/partials/forms/edit/uploadLogo.blade.php @@ -1,8 +1,16 @@
+ {{ Form::label($logoVariable, $logoLabel) }} + + @if ($setting->$logoVariable!='') + +
+ {{ Form::checkbox($logoClearVariable, '1', Request::old($logoClearVariable),array('class' => 'minimal')) }} Remove current {{ str_replace('_', ' ', $logoVariable) }} image +
+ @endif + +
-
- @if ($setting->$logoVariable!='') -
- {{ Form::checkbox($logoClearVariable, '1', Request::old($logoClearVariable),array('class' => 'minimal')) }} Remove current {{ str_replace('_', ' ', $logoVariable) }} image -
- @endif +