Compare commits

..

No commits in common. "ada39712596d7f09e45b3e62ce5424004e60790f" and "5682ea16149c914c52115c238938894fd545010a" have entirely different histories.

View File

@ -51,7 +51,6 @@
</div> </div>
</div> </div>
</form> </form>
<div style="overflow-x: auto; width: 100%;">
<table id="searchTable" class="tablesorter table table-striped"> <table id="searchTable" class="tablesorter table table-striped">
<thead> <thead>
<tr> <tr>
@ -145,7 +144,7 @@
@endforelse @endforelse
</tbody> </tbody>
</table> </table>
</div>
@php @php
$totalPages = ceil($parks_table_total / $parks_table_perPage); $totalPages = ceil($parks_table_total / $parks_table_perPage);
$currentPage = $parks_table_page; $currentPage = $parks_table_page;