One more change to tighten the sorting.

Still looks weird, still need to revisit.
This commit is contained in:
snipe
2013-11-25 07:57:43 -05:00
parent 3cc0ed8743
commit acfda8dc82
+1 -3
View File
@@ -23,7 +23,6 @@ Licenses ::
<th class="span3" tabindex="0" rowspan="1" colspan="1">@lang('admin/licenses/table.title')</th>
<th class="span3" tabindex="0" rowspan="1" colspan="1">@lang('admin/licenses/table.serial')</th>
<th class="span3" tabindex="0" rowspan="1" colspan="1">@lang('admin/licenses/table.assigned_to')</th>
<th class="span2" tabindex="0" rowspan="1" colspan="1">In/Out</th>
<th class="span2" tabindex="0" rowspan="1" colspan="1">@lang('table.actions')</th>
</tr>
</thead>
@@ -44,7 +43,6 @@ Licenses ::
</td>
<td><a href="{{ route('view/license', $license->id) }}">{{ $license->serial }}</a></td>
<td></td>
<td></td>
<td>
<a href="{{ route('update/license', $license->id) }}" class="btn-flat white"> @lang('button.edit')</a>
<a class="btn-flat danger delete-asset" data-toggle="modal" href="{{ route('delete/license', $license->id) }}" data-content="Are you sure you wish to delete the {{ $license->name }} license?" data-title="Delete {{ $license->name }}?" onClick="return false;">@lang('button.delete')</a>
@@ -76,7 +74,7 @@ Licenses ::
@endif
</td>
<td></td>
</tr>
<?php $count++; ?>