hidden classes updated
This commit is contained in:
		@@ -18,8 +18,8 @@
 | 
			
		||||
                'class' => 'mb-0'
 | 
			
		||||
            ]) !!}
 | 
			
		||||
                <div class="row" v-if="!bulk_action.show">
 | 
			
		||||
                    <div class="col-12 card-header-search">
 | 
			
		||||
                        <span class="table-text hidden-lg">{{ trans('general.search') }}:</span>
 | 
			
		||||
                    <div class="col-12 d-flex align-items-center">
 | 
			
		||||
                        <span class="font-weight-400 d-none d-lg-block mr-2">{{ trans('general.search') }}:</span>
 | 
			
		||||
                        <akaunting-search></akaunting-search>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
@@ -32,9 +32,9 @@
 | 
			
		||||
            <table class="table table-flush table-hover">
 | 
			
		||||
                <thead class="thead-light">
 | 
			
		||||
                    <tr class="row table-head-line">
 | 
			
		||||
                        <th class="col-sm-2 col-md-1 hidden-sm">{{ Form::bulkActionAllGroup() }}</th>
 | 
			
		||||
                        <th class="col-md-2 hidden-md">@sortablelink('expense_transaction.paid_at', trans('general.date'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-3 hidden-sm">@sortablelink('expense_transaction.name', trans('transfers.from_account'))</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-1 d-none d-sm-block">{{ Form::bulkActionAllGroup() }}</th>
 | 
			
		||||
                        <th class="col-md-2 d-none d-md-block">@sortablelink('expense_transaction.paid_at', trans('general.date'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-3 d-none d-sm-block">@sortablelink('expense_transaction.name', trans('transfers.from_account'))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-4 col-md-2">@sortablelink('income_transaction.name', trans('transfers.to_account'))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-2 col-md-2 text-right">@sortablelink('expense_transaction.amount', trans('general.amount'))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-2 col-md-2 text-center">{{ trans('general.actions') }}</th>
 | 
			
		||||
@@ -44,9 +44,9 @@
 | 
			
		||||
                <tbody>
 | 
			
		||||
                    @foreach($transfers as $item)
 | 
			
		||||
                        <tr class="row align-items-center border-top-1">
 | 
			
		||||
                            <td class="col-sm-2 col-md-1 hidden-sm">{{ Form::bulkActionGroup($item->id, $item->from_account) }}</td>
 | 
			
		||||
                            <td class="col-md-2 hidden-md"><a class="col-aka text-success" href="{{ route('transfers.edit', $item->id) }}">@date($item->paid_at)</a></td>
 | 
			
		||||
                            <td class="col-sm-2 col-md-3 hidden-sm">{{ $item->from_account }}</td>
 | 
			
		||||
                            <td class="col-sm-2 col-md-1 d-none d-sm-block">{{ Form::bulkActionGroup($item->id, $item->from_account) }}</td>
 | 
			
		||||
                            <td class="col-md-2 d-none d-md-block"><a class="col-aka text-success" href="{{ route('transfers.edit', $item->id) }}">@date($item->paid_at)</a></td>
 | 
			
		||||
                            <td class="col-sm-2 col-md-3 d-none d-sm-block">{{ $item->from_account }}</td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-4 col-md-2">{{ $item->to_account }}</td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-2 col-md-2 text-right">@money($item->amount, $item->currency_code, true)</td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-2 col-md-2 text-center">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user