diff --git a/.cpanel.yml b/.cpanel.yml
index d35aa4ec..e11185c1 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 /home/venbaehn/repositories/nhance_dev/* $DEPLOYPATH -r
\ No newline at end of file
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 1cd03797..9797867c 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;
}