From f87a25bf3f4cf90f1ce392a6baa0e72a6f85d608 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 23 Nov 2015 14:44:08 -0800 Subject: [PATCH] Moved company down further, since it's not used as often --- app/views/backend/users/edit.blade.php | 28 ++++++++++++++------------ 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/app/views/backend/users/edit.blade.php b/app/views/backend/users/edit.blade.php index c44338e038..284feb69b5 100755 --- a/app/views/backend/users/edit.blade.php +++ b/app/views/backend/users/edit.blade.php @@ -50,19 +50,6 @@


- @if (Company::canManageUsersCompanies()) - -
-
- {{ Form::label('company_id', Lang::get('general.company')) }} -
-
- {{ Form::select('company_id', $company_list , Input::old('company_id', $user->company_id), array('class'=>'select2', 'style'=>'width:350px')) }} - {{ $errors->first('company_id', '
:message') }} -
-
- @endif -
+ + @if (Company::canManageUsersCompanies()) + +
+
+ {{ Form::label('company_id', Lang::get('general.company')) }} +
+
+ {{ Form::select('company_id', $company_list , Input::old('company_id', $user->company_id), array('class'=>'select2', 'style'=>'width:350px')) }} + {{ $errors->first('company_id', '
:message') }} +
+
+ @endif + +