From 2e916d024602a01d2ab3b75e036d15087ce8bc7e Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 29 Nov 2013 08:39:10 -0500 Subject: [PATCH] MOAR BOOTSTRAP --- app/views/backend/categories/edit.blade.php | 2 +- .../backend/depreciations/edit.blade.php | 67 +++--- .../backend/depreciations/index.blade.php | 38 +-- app/views/backend/licenses/edit.blade.php | 218 ++++++++++-------- app/views/backend/licenses/index.blade.php | 17 +- app/views/backend/locations/edit.blade.php | 154 +++++++------ app/views/backend/locations/index.blade.php | 17 +- app/views/backend/statuslabels/edit.blade.php | 4 +- app/views/backend/users/index.blade.php | 48 ++-- 9 files changed, 295 insertions(+), 270 deletions(-) diff --git a/app/views/backend/categories/edit.blade.php b/app/views/backend/categories/edit.blade.php index b0ee3146f8..63c9ec126d 100755 --- a/app/views/backend/categories/edit.blade.php +++ b/app/views/backend/categories/edit.blade.php @@ -30,7 +30,7 @@ -
+
diff --git a/app/views/backend/depreciations/edit.blade.php b/app/views/backend/depreciations/edit.blade.php index 3b5a43920d..826bb273dd 100755 --- a/app/views/backend/depreciations/edit.blade.php +++ b/app/views/backend/depreciations/edit.blade.php @@ -14,57 +14,54 @@ {{-- Page content --}} @section('content') -
- +
- -
+ +
+ +
+ + {{ $errors->first('name', ' :message') }} +
+
+ +
+ +
+ + {{ $errors->first('months', ' :message') }} +
+
-
- -
- -
- - {{ $errors->first('name', ':message') }} + +
+ +
+ @lang('general.cancel') +
- -
- -
- - {{ $errors->first('months', ':message') }} -
-
-
+ - -
-
- @lang('general.cancel') - -
-
- - +
@stop diff --git a/app/views/backend/depreciations/index.blade.php b/app/views/backend/depreciations/index.blade.php index d7db648bbd..3185270831 100755 --- a/app/views/backend/depreciations/index.blade.php +++ b/app/views/backend/depreciations/index.blade.php @@ -8,28 +8,24 @@ Asset Depreciations :: {{-- Page content --}} @section('content') -