駐輪場検索画面 並び替え条件修正 #43
@ -17,6 +17,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<form class="row form" method="GET" action="">
|
<form class="row form" method="GET" action="">
|
||||||
|
<input type="hidden" name="sort" value="{{ request('sort', 'park_id') }}">
|
||||||
|
<input type="hidden" name="order" value="{{ request('order', 'asc') }}">
|
||||||
<div class="w-100 alert alert-success">
|
<div class="w-100 alert alert-success">
|
||||||
<h6><a class="text-success" data-toggle="collapse" href="#search-option" role="button"
|
<h6><a class="text-success" data-toggle="collapse" href="#search-option" role="button"
|
||||||
aria-expanded="false" aria-controls="search-option">絞込み条件を追加する</a></h6>
|
aria-expanded="false" aria-controls="search-option">絞込み条件を追加する</a></h6>
|
||||||
@ -52,7 +54,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div style="overflow-x: auto; width: 100%;">
|
<div style="overflow-x: auto; width: 100%;">
|
||||||
<table id="searchTable" class="tablesorter table table-striped">
|
<table id="searchTable" class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="header">
|
<th class="header">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user