From a7ca9f0c9ff2111356441f5e7e0128d17d624621 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 29 Nov 2013 16:36:11 -0500 Subject: [PATCH 1/3] Layout tweaks --- app/views/backend/licenses/view.blade.php | 57 +++++++++++------------ app/views/backend/users/index.blade.php | 4 +- app/views/backend/users/view.blade.php | 28 +++++------ 3 files changed, 44 insertions(+), 45 deletions(-) diff --git a/app/views/backend/licenses/view.blade.php b/app/views/backend/licenses/view.blade.php index 168ba626a1..b364545aa2 100644 --- a/app/views/backend/licenses/view.blade.php +++ b/app/views/backend/licenses/view.blade.php @@ -8,35 +8,35 @@ View License {{ $license->name }} :: {{-- Page content --}} @section('content') -
- -

History for ({{ $license->name }}) + +
+
+
+ + + +
+

History for ({{ $license->name }})

+ +
+
+ +

- -
- -
-
-
-
{{ $license->seats }} License Seats
@@ -141,13 +141,10 @@ View License {{ $license->name }} ::
- - -
-
+

License Info:
    @if ($license->serial) diff --git a/app/views/backend/users/index.blade.php b/app/views/backend/users/index.blade.php index 3db54ec1e4..d50f197054 100755 --- a/app/views/backend/users/index.blade.php +++ b/app/views/backend/users/index.blade.php @@ -58,7 +58,7 @@ User Management :: {{ $user->licenses->count() }} {{ $user->isActivated() ? '' : ''}} - @if ($user->id > 3) + @if ($user->id > 2) @if ( ! is_null($user->deleted_at)) @else @@ -67,7 +67,7 @@ User Management :: @else - @lang('button.delete') + @endif @endif @endif diff --git a/app/views/backend/users/view.blade.php b/app/views/backend/users/view.blade.php index 92311dced9..9214da40c8 100644 --- a/app/views/backend/users/view.blade.php +++ b/app/views/backend/users/view.blade.php @@ -8,19 +8,20 @@ View User {{ $user->fullName() }} :: {{-- Page content --}} @section('content') -