From dc26a901d40dce6726ab22e1b19e6547032e46a4 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 25 Nov 2013 06:07:52 -0500 Subject: [PATCH] More paring down the licenses interface Still looks assy, but it's a little better now --- app/views/backend/licenses/index.blade.php | 26 ++++++++++++++-------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/app/views/backend/licenses/index.blade.php b/app/views/backend/licenses/index.blade.php index 02d8d1335f..70b01ee347 100755 --- a/app/views/backend/licenses/index.blade.php +++ b/app/views/backend/licenses/index.blade.php @@ -23,10 +23,10 @@ Licenses :: - - - - + + + + @@ -36,8 +36,15 @@ Licenses :: @foreach ($licenses as $license) - - + + @@ -51,12 +58,12 @@ Licenses :: @if ($license->licenseseats) - + @foreach ($license->licenseseats as $licensedto) - + - + @@ -80,6 +87,7 @@ Licenses :: + @endforeach @endif
@lang('admin/licenses/table.seats')@lang('admin/licenses/table.title')@lang('admin/licenses/table.serial')@lang('admin/licenses/table.assigned_to')@lang('admin/licenses/table.title')@lang('admin/licenses/table.serial')@lang('admin/licenses/table.assigned_to') @lang('table.actions')
{{ $license->seats }}{{ $license->name }}{{ $license->name }} + @if ($license->seats ==1) + ({{ $license->seats }} seat) + @else + ({{ $license->seats }} seats) + @endif + + {{ $license->serial }}
@if ($licensedto->assigned_to) Checkin @@ -64,7 +71,7 @@ Licenses :: Checkout @endif {{ $license->serial }} Seat {{ $count }}