diff --git a/app/Views/client_docs_preview.php b/app/Views/client_docs_preview.php index 0769189..b5a3ca0 100644 --- a/app/Views/client_docs_preview.php +++ b/app/Views/client_docs_preview.php @@ -54,9 +54,14 @@

service_name; ?> - + + + + + +

@@ -190,6 +195,22 @@
+ + diff --git a/app/Views/email_templates.php b/app/Views/email_templates.php index fce95eb..db309bc 100644 --- a/app/Views/email_templates.php +++ b/app/Views/email_templates.php @@ -29,8 +29,8 @@ bgcolor="#f6f6f6"> bgcolor="#fff"> + style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 16px; vertical-align: top; color: #fff; font-weight: 500; text-align: center; border-radius: 3px 3px 0 0; background-color: #38414a; margin: 0; padding: 20px;" + align="center" bgcolor="#71b6f9" valign="top"> Verify Document diff --git a/app/Views/share_docs.php b/app/Views/share_docs.php index 76a454b..70e13be 100644 --- a/app/Views/share_docs.php +++ b/app/Views/share_docs.php @@ -77,13 +77,12 @@ - Client Name - Client Branch Name + Client Service Group - Service Name - Document Name + Service + Document Doc Status - Approve Date + Approvel Date Action @@ -94,8 +93,7 @@ $value) { ?> - - + - @@ -643,10 +641,10 @@ if (response.mail_status == 'success') { toastr.success(response.data, 'Success'); - toastr.success('Mail Send To '+response.mail, 'Success'); + toastr.success('Mail Sent To '+response.mail, 'Success'); } else { toastr.success(response.data, 'Success'); - toastr.warning('Failed to send mail to '+response.mail, 'Warning'); + toastr.warning('Failed to sent mail to '+response.mail, 'Warning'); } @@ -742,16 +740,16 @@ }); } $(document).on('click', '#copyLinkButton', function() { - const textToCopy = $('#generatedLink').text(); + const textToCopy = $('#generatedLink').text(); - // Use the Clipboard API to copy the text - navigator.clipboard.writeText(textToCopy).then(() => { - // Success callback - console.log('Text copied to clipboard'); - }).catch(err => { - // Error callback - console.error('Failed to copy text: ', err); - }); + // Use the Clipboard API to copy the text + navigator.clipboard.writeText(textToCopy).then(() => { + // Success callback + console.log('Text copied to clipboard'); + }).catch(err => { + // Error callback + console.error('Failed to copy text: ', err); + }); }); diff --git a/public/assets/images/Dox-old.png b/public/assets/images/Dox-old.png new file mode 100644 index 0000000..13f8cc8 Binary files /dev/null and b/public/assets/images/Dox-old.png differ diff --git a/public/assets/images/Dox.png b/public/assets/images/Dox.png index 13f8cc8..ea01487 100644 Binary files a/public/assets/images/Dox.png and b/public/assets/images/Dox.png differ