Compare commits
2 Commits
29f40c37bb
...
3cad3b3d0f
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cad3b3d0f | |||
| a139353a2f |
@ -17,6 +17,8 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<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">
|
||||
<h6><a class="text-success" data-toggle="collapse" href="#search-option" role="button"
|
||||
aria-expanded="false" aria-controls="search-option">絞込み条件を追加する</a></h6>
|
||||
@ -52,7 +54,7 @@
|
||||
</div>
|
||||
</form>
|
||||
<div style="overflow-x: auto; width: 100%;">
|
||||
<table id="searchTable" class="tablesorter table table-striped">
|
||||
<table id="searchTable" class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="header">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user