diff --git a/resources/views/settings/branding.blade.php b/resources/views/settings/branding.blade.php index c586917ef5..ee31677bc0 100644 --- a/resources/views/settings/branding.blade.php +++ b/resources/views/settings/branding.blade.php @@ -45,7 +45,7 @@
- {{ Form::label('site_name', trans('admin/settings/general.site_name')) }} +
@if (config('app.lock_passwords')===true) @@ -64,7 +64,7 @@
- {{ Form::label('brand', trans('admin/settings/general.web_brand')) }} +
{!! Form::select('brand', array('1'=>'Text','2'=>'Logo','3'=>'Logo + Text'), old('brand', $setting->brand), array('class' => 'form-control select2', 'style'=>'width: 150px ;')) !!} @@ -188,7 +188,7 @@
- {{ Form::label('header_color', trans('admin/settings/general.header_color')) }} +
@@ -204,7 +204,7 @@
- {{ Form::label('skin', trans('general.skin')) }} +
{!! Form::skin('skin', old('skin', $setting->skin), 'select2') !!} @@ -229,7 +229,7 @@
- {{ Form::label('custom_css', trans('admin/settings/general.custom_css')) }} +
@if (config('app.lock_passwords')===true) @@ -248,7 +248,7 @@
- {{ Form::label('support_footer', trans('admin/settings/general.support_footer')) }} +
@if (config('app.lock_passwords')===true) @@ -267,7 +267,7 @@
- {{ Form::label('version_footer', trans('admin/settings/general.version_footer')) }} +
@if (config('app.lock_passwords')===true) @@ -285,7 +285,7 @@
- {{ Form::label('footer_text', trans('admin/settings/general.footer_text')) }} +
@if (config('app.lock_passwords')===true)