@@ -1741,451 +1737,455 @@ function PlaceHolderSign() {
)}
- {/* this component used for UI interaction and show their functionality */}
- {!checkTourStatus && (
- //this tour component used in your html component where you want to put
- //onRequestClose function to close tour
- //steps is defined what will be your messages and style also
- //isOpen is takes boolean value to open
+
+ {/* this component used for UI interaction and show their functionality */}
+ {!checkTourStatus && (
+ //this tour component used in your html component where you want to put
+ //onRequestClose function to close tour
+ //steps is defined what will be your messages and style also
+ //isOpen is takes boolean value to open
+
+ )}
setSignerExistModal(false)}
+ steps={signerAssignTour}
+ isOpen={signerExistModal}
rounded={5}
closeWithMask={false}
/>
- )}
- setSignerExistModal(false)}
- steps={signerAssignTour}
- isOpen={signerExistModal}
- rounded={5}
- closeWithMask={false}
- />
- {/* this component used to render all pdf pages in left side */}
-
- {/* pdf render view */}
-
-
-
- {/* this modal is used show alert set placeholder for all signers before send mail */}
+ {/* pdf render view */}
+
+
+
+ {/* this modal is used show alert set placeholder for all signers before send mail */}
- setIsSendAlert({})}
- showHeaderMessage={isSendAlert.mssg === "confirm"}
- >
-
- {isSendAlert.mssg === "sure" ? (
-
- Please ensure there's at least one signature widget
- added for all recipients.
-
- ) : isSendAlert.mssg === textWidget ? (
-
Please confirm that you have filled the text field.
-
- or
-
+ {/* this modal is used show send mail message and after send mail success message */}
+ {
+ setIsSend(false);
+ setSignerPos([]);
+ }}
+ >
+
+ {mailStatus === "success" ? (
+
+
+
+ You have successfully sent mails to all recipients!
+
+ {isCurrUser && (
+
Do you want to sign documents right now ?
+ )}
-
{handleShareList()}
- >
- )}
-
-
+ ) : (
+
Please setup mail adapter to send mail!
+ )}
+ {!mailStatus && (
+
+ )}
+ {isCurrUser && (
+
+ )}
- {/* this modal is used show send mail message and after send mail success message */}
- {
- setIsSend(false);
- setSignerPos([]);
- }}
- >
-
- {mailStatus === "success" ? (
-
-
-
- You have successfully sent mails to all recipients!
-
- {/* this component used for UI interaction and show their functionality */}
- {!checkTourStatus && (
- //this tour component used in your html component where you want to put
- //onRequestClose function to close tour
- //steps is defined what will be your messages and style also
- //isOpen is takes boolean value to open
-
+
+ {/* this component used for UI interaction and show their functionality */}
+ {!checkTourStatus && (
+ //this tour component used in your html component where you want to put
+ //onRequestClose function to close tour
+ //steps is defined what will be your messages and style also
+ //isOpen is takes boolean value to open
+
+ )}
+ {isAddRole && (
+ setIsAddRole(false)}
+ steps={tourAddRole}
+ isOpen={isAddRole}
+ rounded={5}
+ closeWithMask={false}
+ />
+ )}
+ {/* this component used to render all pdf pages in left side */}
+
- )}
- {isAddRole && (
- setIsAddRole(false)}
- steps={tourAddRole}
- isOpen={isAddRole}
- rounded={5}
- closeWithMask={false}
- />
- )}
- {/* this component used to render all pdf pages in left side */}
-
- {/* pdf render view */}
-
-
-
- {/* this modal is used show alert set placeholder for all signers before send mail */}
- setIsSendAlert(false)}
- >
-
-
- Please add at least one signature field for all roles.
-
-
-
- setIsReceipent(true)}
- >
-
-
Please add roles first
-
-
- {/* this modal is used show send mail message and after send mail success message */}
- setIsCreateDocModal(false)}
- >
-
-
- Do you want to create a document using the template you
- just created ?
-