some position in modules updated
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-9">
|
||||
<div class="col-xs-9 col-sm-9">
|
||||
<akaunting-select
|
||||
class="form-control-sm table-header-search mt-0"
|
||||
class="form-control-sm table-header-search"
|
||||
:placeholder="'{{ trans('general.form.select.field', ['field' => trans_choice('general.categories', 1)]) }}'"
|
||||
:name="'category'"
|
||||
:icon="'folder'"
|
||||
@ -15,11 +15,11 @@
|
||||
></akaunting-select>
|
||||
{{ Form::hidden('category_page', url("apps/categories"), ['id' => 'category_page']) }}
|
||||
|
||||
<a href="{{ route('apps.paid') }}" class="btn btn-sm btn-white card-buttons filter-button ml-2">{{ trans('modules.top_paid') }}</a>
|
||||
<a href="{{ route('apps.new') }}" class="btn btn-sm btn-white card-buttons filter-button">{{ trans('modules.new') }}</a>
|
||||
<a href="{{ route('apps.free') }}" class="btn btn-sm btn-white card-buttons filter-button">{{ trans('modules.top_free') }}</a>
|
||||
<a href="{{ route('apps.paid') }}" class="btn btn-sm btn-white">{{ trans('modules.top_paid') }}</a>
|
||||
<a href="{{ route('apps.new') }}" class="btn btn-sm btn-white">{{ trans('modules.new') }}</a>
|
||||
<a href="{{ route('apps.free') }}" class="btn btn-sm btn-white">{{ trans('modules.top_free') }}</a>
|
||||
</div>
|
||||
<div class="col-3 text-right">
|
||||
<div class="col-xs-3 col-sm-3 text-right">
|
||||
{!! Form::open(['route' => ['apps.search'], 'role' => 'form', 'method' => 'GET', 'class' => 'm-0']) !!}
|
||||
<input name="keyword" value="{{ isset($keyword) ? $keyword : '' }}" type="text" class="form-control form-control-sm table-header-search" placeholder="Search Apps">
|
||||
<span class="glyphicon glyphicon-search form-control-feedback"></span>
|
||||
|
Reference in New Issue
Block a user