From 2152a74bb1f854a14e4154626b70c5c48432d838 Mon Sep 17 00:00:00 2001 From: ferrycrocodic Date: Thu, 5 Nov 2020 00:27:27 +0700 Subject: [PATCH] refactoring --- src/views/admin_template.blade.php | 4 ++++ src/views/default/table.blade.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/admin_template.blade.php b/src/views/admin_template.blade.php index 382927c46..04e7a7ac5 100644 --- a/src/views/admin_template.blade.php +++ b/src/views/admin_template.blade.php @@ -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; + } @stack('head') diff --git a/src/views/default/table.blade.php b/src/views/default/table.blade.php index a457ee222..66abf138c 100644 --- a/src/views/default/table.blade.php +++ b/src/views/default/table.blade.php @@ -184,7 +184,7 @@ function () { $to = $result->perPage() * $result->currentPage() - $result->perPage() + $result->count(); $total = $result->total(); ?> -
{{ cbLang("filter_rows_total") }} +
{{ cbLang("filter_rows_total") }} : {{ $from }} {{ cbLang("filter_rows_to") }} {{ $to }} {{ cbLang("filter_rows_of") }} {{ $total }}
@if($columns)