{isMobile && isShowHeader ? (
Download
@@ -117,7 +117,7 @@ function Header({
>
Certificate
@@ -131,7 +131,7 @@ function Header({
>
Mail
@@ -146,7 +146,7 @@ function Header({
>
Print
@@ -224,7 +224,7 @@ function Header({
}
>
Download
@@ -239,7 +239,7 @@ function Header({
) : (
-
+
setIsEditTemplate(true)}
- className="outline-none border-none text-center mr-[5px]"
+ className="outline-none border-none text-center mr-[3px]"
>
@@ -278,14 +278,14 @@ function Header({
) : (
@@ -449,13 +449,13 @@ function Header({
navigate(-1)}
type="button"
- className="op-btn op-btn-ghost op-btn-sm mr-[5px]"
+ className="op-btn op-btn-ghost op-btn-sm mr-[3px]"
>
Back
{
if (!pdfUrl) {
embedWidgetsData();
diff --git a/apps/OpenSign/src/components/pdf/PdfZoom.js b/apps/OpenSign/src/components/pdf/PdfZoom.js
index d60ee0a37..eaacbbf04 100644
--- a/apps/OpenSign/src/components/pdf/PdfZoom.js
+++ b/apps/OpenSign/src/components/pdf/PdfZoom.js
@@ -21,7 +21,7 @@ function PdfZoom(props) {
};
return (
// md:mt-[41px] xl:mt-[63px]mt=[]
-
+
-
+
{
e.stopPropagation();
props.handleLinkUser(props.data.Id);
@@ -468,11 +468,7 @@ function Placeholder(props) {
top: "-19px",
right: props.isPlaceholder ? "60px" : "44px"
}}
- className={
- isShowDateFormat
- ? "dropdown signUserIcon show"
- : "dropdown signUserIcon"
- }
+ className={`${isShowDateFormat ? "show" : ""} dropdown icon`}
onClick={(e) => {
setIsShowDateFormat(!isShowDateFormat);
e.stopPropagation();
@@ -491,7 +487,7 @@ function Placeholder(props) {
}}
>
{data?.date ? data?.date : "nodata"}
@@ -530,13 +525,13 @@ function Placeholder(props) {
)}
handleCopyPlaceholder(e)}
onTouchEnd={(e) => handleCopyPlaceholder(e)}
style={{ color: "#188ae2", right: "12px", top: "-18px" }}
>
{
e.stopPropagation();
diff --git a/apps/OpenSign/src/components/pdf/RecipientList.js b/apps/OpenSign/src/components/pdf/RecipientList.js
index fdd5b866e..2f6b55793 100644
--- a/apps/OpenSign/src/components/pdf/RecipientList.js
+++ b/apps/OpenSign/src/components/pdf/RecipientList.js
@@ -249,7 +249,7 @@ const RecipientList = (props) => {
props.isSelectListId === ind
? "text-[#424242]"
: "text-base-content"
- } cursor-pointer ml-[5px]`}
+ } cursor-pointer`}
>
diff --git a/apps/OpenSign/src/components/pdf/SignPad.js b/apps/OpenSign/src/components/pdf/SignPad.js
index 8bbd15ec6..aabca2c1e 100644
--- a/apps/OpenSign/src/components/pdf/SignPad.js
+++ b/apps/OpenSign/src/components/pdf/SignPad.js
@@ -473,7 +473,7 @@ function SignPad({
hidden
/>
-
Upload
+
Upload
) : (
@@ -509,7 +509,7 @@ function SignPad({
) : isTab === "type" ? (
-
+
{isInitial ? "Initials" : "Signature"}:
-
+
{fontOptions.map((font, ind) => {
return (
- {pdfDetails.ExtUserPtr.Name}
- {pdfDetails.ExtUserPtr.Email}
+
+ {pdfDetails.ExtUserPtr.Name}
+
+
+ {pdfDetails.ExtUserPtr.Email}
+
diff --git a/apps/OpenSign/src/components/pdf/SignerListComponent.js b/apps/OpenSign/src/components/pdf/SignerListComponent.js
index 8d324bf43..35bc5e424 100644
--- a/apps/OpenSign/src/components/pdf/SignerListComponent.js
+++ b/apps/OpenSign/src/components/pdf/SignerListComponent.js
@@ -43,9 +43,10 @@ function SignerListComponent(props) {
- {props.obj?.Name || props?.obj?.Role}
-
- {" "}
+
+ {props.obj?.Name || props?.obj?.Role}
+
+
{props.obj?.Email || props.obj?.email}
diff --git a/apps/OpenSign/src/components/pdf/SignerListPlace.js b/apps/OpenSign/src/components/pdf/SignerListPlace.js
index e8441e3cc..d3d2de108 100644
--- a/apps/OpenSign/src/components/pdf/SignerListPlace.js
+++ b/apps/OpenSign/src/components/pdf/SignerListPlace.js
@@ -6,14 +6,14 @@ function SignerListPlace(props) {
return (
-
+
{props.title ? props.title : "Recipients"}
{props?.title === "Roles" && (
<>
-
+
diff --git a/apps/OpenSign/src/components/pdf/WidgetComponent.js b/apps/OpenSign/src/components/pdf/WidgetComponent.js
index b898a03e5..b9284b354 100644
--- a/apps/OpenSign/src/components/pdf/WidgetComponent.js
+++ b/apps/OpenSign/src/components/pdf/WidgetComponent.js
@@ -252,7 +252,7 @@ function WidgetComponent({
diff --git a/apps/OpenSign/src/pages/Form.js b/apps/OpenSign/src/pages/Form.js
index 12ad3f895..1ef77ff98 100644
--- a/apps/OpenSign/src/pages/Form.js
+++ b/apps/OpenSign/src/pages/Form.js
@@ -761,7 +761,7 @@ const Forms = (props) => {
Send In Order
-
+
diff --git a/apps/OpenSign/src/pages/Managesign.js b/apps/OpenSign/src/pages/Managesign.js
index 2c27feafc..3fb893b5f 100644
--- a/apps/OpenSign/src/pages/Managesign.js
+++ b/apps/OpenSign/src/pages/Managesign.js
@@ -249,16 +249,10 @@ const ManageSign = () => {
)}
{isAlert?.message &&
{isAlert.message}}
-
+
My Signature
-
+
@@ -274,7 +268,7 @@ const ManageSign = () => {
handleUploadBtn()}
- className="imgupload"
+ className="signature min-w-[105px]"
>
Upload Image
@@ -364,7 +358,7 @@ const ManageSign = () => {
handleClear()}
>
Clear
@@ -465,7 +459,7 @@ const ManageSign = () => {
handleClearInitials()}
>
Clear
diff --git a/apps/OpenSign/src/pages/Opensigndrive.js b/apps/OpenSign/src/pages/Opensigndrive.js
index 70b92e1ba..0e96c3cc7 100644
--- a/apps/OpenSign/src/pages/Opensigndrive.js
+++ b/apps/OpenSign/src/pages/Opensigndrive.js
@@ -598,11 +598,13 @@ function Opensigndrive() {
{isLoading.isLoad ? (
- {isLoading.message}
+
+ {isLoading.message}
+
) : handleError ? (
- {handleError}
+ {handleError}
) : (
<>
@@ -625,7 +627,7 @@ function Opensigndrive() {
>
{handleFolderTab(folderName)}
-