diff --git a/app/Views/client_basic_info.php b/app/Views/client_basic_info.php index 335b55eb..0cf659a3 100755 --- a/app/Views/client_basic_info.php +++ b/app/Views/client_basic_info.php @@ -64,6 +64,28 @@ input:checked + .slider:before {
+
+ +
+
+ " + width="75" height="75" + id="uploadPreview" + class="avatar img-circle img-thumbnail" + style="border-radius:25px; border:1px solid #00999E;padding:10px;color:#00999E;" + alt="avatar"/> + +
+ ( Image dimensions 100 x 100 pixels and size of 200KB. ) +
+
+ +
+
+ + +
@@ -125,16 +147,7 @@ input:checked + .slider:before {

-
-
- -
- ( Image dimensions 100 x 100 pixels and size of 200KB. ) -
-
- " width="100" height="100" id="uploadPreview" class="avatar img-circle img-thumbnail" alt="avatar"/> -
-
+ - -
- - - - - -
Relationship Manager
- -
- -
- -
- -
- - - -
- - - - - - - - - - -
- -
-
diff --git a/app/Views/client_kyc.php b/app/Views/client_kyc.php index aff9953a..0c3e8b40 100755 --- a/app/Views/client_kyc.php +++ b/app/Views/client_kyc.php @@ -1,4 +1,35 @@ @@ -12,19 +43,19 @@ + +
S.no Document Name Status Action
-
- - + @@ -34,6 +65,7 @@
+

Additional Documents

@@ -44,18 +76,20 @@
-
- +
- +
@@ -412,6 +446,7 @@ $.each(res.data, function(index, item) { var row = ` + ${index+1} ${item.file_name} diff --git a/app/Views/client_list.php b/app/Views/client_list.php index 8275c156..b46846e3 100755 --- a/app/Views/client_list.php +++ b/app/Views/client_list.php @@ -48,6 +48,26 @@ table.dataTable thead th { color: #16181b !important; cursor: pointer !important; } + + + +.add-from-lead{ + color:#E26828; + border : 0px solid white ; + background-color: white; + text-decoration: underline ; +} + +.add-from-lead:hover{ + color:#E26828; + border : 0px solid white ; + background-color: white; + text-decoration: underline ; +} + + + +
@@ -69,6 +89,7 @@ table.dataTable thead th { id="tickets-table"> + S.No Client Name Account Manager Action @@ -76,8 +97,9 @@ table.dataTable thead th { - + $row){ ?> + client_name; ?> ( short_name; ?> ) @@ -278,6 +300,21 @@ $(document).ready(function() "<'row'<'col-sm-12'tr>>" + "<'row'<'col-sm-5'i><'col-sm-7'p>>", buttons: [ + + { + text: 'Add From Lead', + className: 'btn-filter add-from-lead', // custom class + action: function(e, dt, node, config) { + showModal(); + } + }, + { + text: '+ create New Client', + className: 'btn-filter buttons-html5', // custom class + action: function(e, dt, node, config) { + addClient(); + } + }, { extend: 'csv', text: 'CSV', @@ -286,20 +323,6 @@ $(document).ready(function() exportOptions: { columns: ':not(:last-child)' }, - }, - { - text: 'Add From Lead', - className: 'btn-filter', // custom class - action: function(e, dt, node, config) { - showModal(); - } - }, - { - text: 'Add', - className: 'btn-filter', // custom class - action: function(e, dt, node, config) { - addClient(); - } } ], diff --git a/app/Views/client_onboarding.php b/app/Views/client_onboarding.php index 059e07fa..5366d1a8 100755 --- a/app/Views/client_onboarding.php +++ b/app/Views/client_onboarding.php @@ -258,6 +258,49 @@ body { border-radius: 4px; border: 1px solid #dee2e6; } + + #client_add .nav-pills , + #client_add .nav-link + { + background-color: #F5FFFF !important; + color : #00999E !important; + border-radius:10px; + + } + + #client_add .nav-pills + { + background-color: #F5FFFF !important; + color : #00999E !important; + box-shadow: 0px 2px 4px 0px #00000040; + padding-top: 5px ; + } + + + #client_add .nav-link.active-tab { + color: white !important; + background-color: #00999E !important; + font-size: small !important; + padding:8px 16px; + border-radius: 10px !important; + box-shadow: 0px 2px 4px 0px #00000040; + + } + + #hr_activity_history_append_area{ + padding-top:0; + margin-top:0; + background-color: #F5FFFF !important; + border: 2px solid #F5FFFF; + border-radius: 10px; + box-shadow: 0px 4px 4px 0px #00000040; + } + + #hr_activity_history_append_area tbody tr{ + background-color: white !important; + } + + @@ -277,7 +320,7 @@ body {
-