From 04f75754f4a87053a2811a48335848c5cdbaaaa2 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Tue, 9 Aug 2022 15:40:22 +0300 Subject: [PATCH] th and td classnames edited for bulkaction --- app/View/Components/Table/Td.php | 3 +++ app/View/Components/Table/Th.php | 3 +++ resources/views/auth/users/index.blade.php | 4 ++-- resources/views/banking/accounts/index.blade.php | 4 ++-- resources/views/banking/reconciliations/index.blade.php | 4 ++-- .../views/banking/recurring_transactions/index.blade.php | 4 ++-- resources/views/banking/transactions/index.blade.php | 4 ++-- resources/views/banking/transfers/index.blade.php | 4 ++-- resources/views/common/companies/index.blade.php | 4 ++-- resources/views/common/dashboards/index.blade.php | 4 ++-- resources/views/common/items/index.blade.php | 4 ++-- resources/views/settings/categories/index.blade.php | 4 ++-- resources/views/settings/categories/sub_category.blade.php | 2 +- resources/views/settings/currencies/index.blade.php | 4 ++-- resources/views/settings/taxes/index.blade.php | 4 ++-- 15 files changed, 31 insertions(+), 25 deletions(-) diff --git a/app/View/Components/Table/Td.php b/app/View/Components/Table/Td.php index ccf1fef7b..7335d9c66 100644 --- a/app/View/Components/Table/Td.php +++ b/app/View/Components/Table/Td.php @@ -62,6 +62,9 @@ class Td extends Component case 'right': $default = $class . ' ltr:pl-6 rtl:pr-6 ltr:text-right rtl:text-left ' . $default; break; + case 'bulkaction': + $default = $class . 'ltr:pr-6 rtl:pl-6 hidden sm:table-cell'; + break; case 'action': $default = 'p-0'; break; diff --git a/app/View/Components/Table/Th.php b/app/View/Components/Table/Th.php index 25ffee4a1..570301f29 100644 --- a/app/View/Components/Table/Th.php +++ b/app/View/Components/Table/Th.php @@ -63,6 +63,9 @@ class Th extends Component case 'right': $default = $class . ' ltr:pl-6 rtl:pr-6 ltr:text-right rtl:text-left' . $default; break; + case 'bulkaction': + $default = $class . 'ltr:pr-6 rtl:pl-6 hidden sm:table-cell'; + break; default: $default = $class . ' ltr:pr-6 rtl:pl-6 ltr:text-left rtl:text-right ' . $default; } diff --git a/resources/views/auth/users/index.blade.php b/resources/views/auth/users/index.blade.php index 99583939c..4be50cffe 100644 --- a/resources/views/auth/users/index.blade.php +++ b/resources/views/auth/users/index.blade.php @@ -26,7 +26,7 @@ -