Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrycrocodic committed Nov 4, 2020
1 parent a9101ba commit 2152a74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/views/admin_template.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
.form-group > label:first-child {
display: block
}
#table_dashboard.table-bordered, #table_dashboard.table-bordered thead tr th, #table_dashboard.table-bordered tbody tr td {
border: 1px solid #bbbbbb !important;
}
</style>

@stack('head')
Expand Down
2 changes: 1 addition & 1 deletion src/views/default/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function () {
$to = $result->perPage() * $result->currentPage() - $result->perPage() + $result->count();
$total = $result->total();
?>
<div class="col-md-4" style="margin:30px 0;"><span class="pull-right">{{ cbLang("filter_rows_total") }}
<div class="col-md-4"><span class="pull-right">{{ cbLang("filter_rows_total") }}
: {{ $from }} {{ cbLang("filter_rows_to") }} {{ $to }} {{ cbLang("filter_rows_of") }} {{ $total }}</span></div>

@if($columns)
Expand Down

0 comments on commit 2152a74

Please sign in to comment.