From dd4a4e13328d5c47d6d30d734af829bbd9315b76 Mon Sep 17 00:00:00 2001 From: velz Date: Fri, 29 Mar 2024 17:36:34 +0530 Subject: [PATCH 1/4] CHANGE_YML_PATH3 --- .cpanel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cpanel.yml b/.cpanel.yml index d35aa4ec..c641d08a 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -2,4 +2,4 @@ deployment: tasks: - export DEPLOYPATH=home3/venbaehn/public_html/nhance/devauto/ - - /bin/cp -r home3/venbaehn/repositories/nhance_dev/* $DEPLOYPATH \ No newline at end of file + - /bin/cp -R home3/venbaehn/repositories/nhance_dev/* $DEPLOYPATH \ No newline at end of file From 27310280d275ce8a2867f0851bf2a946f49b0c99 Mon Sep 17 00:00:00 2001 From: velz Date: Fri, 29 Mar 2024 18:16:45 +0530 Subject: [PATCH 2/4] CHANGE_YML_PATH4 --- .cpanel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cpanel.yml b/.cpanel.yml index c641d08a..6ca1f1b2 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,5 +1,5 @@ --- deployment: tasks: - - export DEPLOYPATH=home3/venbaehn/public_html/nhance/devauto/ - - /bin/cp -R home3/venbaehn/repositories/nhance_dev/* $DEPLOYPATH \ No newline at end of file + - export DEPLOYPATH=home/venbaehn/public_html/nhance/devauto + - /bin/cp -R * $DEPLOYPATH \ No newline at end of file From 2386c6c2274514c3ec78a0020fb3fe2fdf2e192f Mon Sep 17 00:00:00 2001 From: velz Date: Fri, 29 Mar 2024 18:33:26 +0530 Subject: [PATCH 3/4] CHANGE_YML_PATH5 --- .cpanel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cpanel.yml b/.cpanel.yml index 6ca1f1b2..e11185c1 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -2,4 +2,4 @@ deployment: tasks: - export DEPLOYPATH=home/venbaehn/public_html/nhance/devauto - - /bin/cp -R * $DEPLOYPATH \ No newline at end of file + - /bin/cp /home/venbaehn/repositories/nhance_dev/* $DEPLOYPATH -r \ No newline at end of file From 0b2d688b6d9ea56fd2d57a1c417dc35b65af27fe Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Sat, 30 Mar 2024 09:10:03 +0530 Subject: [PATCH 4/4] UI_IN_CLIENT_POLICY : RV --- app/Views/client_basic_info.php | 4 ++-- app/Views/client_kyc.php | 2 +- app/Views/client_policy.php | 2 +- app/Views/policy_gpa_terms.php | 8 -------- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/app/Views/client_basic_info.php b/app/Views/client_basic_info.php index d2034521..9d562f2b 100644 --- a/app/Views/client_basic_info.php +++ b/app/Views/client_basic_info.php @@ -2,7 +2,7 @@ .switch { position: relative; display: inline-block; - width: 60px; + width: 54px; height: 34px; } @@ -181,7 +181,7 @@ input:checked + .slider:before { > - + diff --git a/app/Views/client_kyc.php b/app/Views/client_kyc.php index af301c6c..d842b1f4 100644 --- a/app/Views/client_kyc.php +++ b/app/Views/client_kyc.php @@ -129,7 +129,7 @@ var fileExtension = fileName.split('.').pop().toLowerCase(); if (allowedExtensions.indexOf(fileExtension) === -1) { form.trigger('reset') - toastr.warning('File type not allowed: ' + fileName, 'Warning'); + toastr.warning('File type not allowed: ' + fileName, 'Only Allowed pdf, png, jpg and jpeg'); return; } } diff --git a/app/Views/client_policy.php b/app/Views/client_policy.php index 187a8ea1..0237392b 100644 --- a/app/Views/client_policy.php +++ b/app/Views/client_policy.php @@ -90,7 +90,7 @@ > - + diff --git a/app/Views/policy_gpa_terms.php b/app/Views/policy_gpa_terms.php index c448e10e..0fcaeb85 100644 --- a/app/Views/policy_gpa_terms.php +++ b/app/Views/policy_gpa_terms.php @@ -52,14 +52,6 @@ .jodit-status-bar{ display:none; } - .jodit-container{ - /* width: 690px !important; */ - /* margin-top: 3px; */ - /* margin-bottom: 3px; */ - /* margin-left: 30px; */ - /* height: 0px !important; */ - /* min-height: 100px !important; */ - } .input-group { width: 64.5% !important; }