Skip to content
Snippets Groups Projects
Commit 40307f47 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15550 TIME 0:07 go to the top of the page when positioning the signature...

FEAT #15550 TIME 0:07 go to the top of the page when positioning the signature + translate the variables into languages
parent 1d4fe68d
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
"updatedListDocument": "Updated list of documents", "updatedListDocument": "Updated list of documents",
"updatePassword": "Update password", "updatePassword": "Update password",
"upperRequired": "One upper character required", "upperRequired": "One upper character required",
"userAddedToGroup" : "User added to group", "userAddedToGroup": "User added to group",
"userAdded": "User added", "userAdded": "User added",
"userForgottenPasswordUpdated": "User password updated after forgot request", "userForgottenPasswordUpdated": "User password updated after forgot request",
"UserLogIn": "User log in", "UserLogIn": "User log in",
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
"warnPrivateKeyTitle": "The private key is not updated !", "warnPrivateKeyTitle": "The private key is not updated !",
"warnPrivateKey": "This cause security issues", "warnPrivateKey": "This cause security issues",
"ok": "Ok", "ok": "Ok",
"groupAddedToUser" : "Group added to user", "groupAddedToUser": "Group added to user",
"groupAdded": "Group added", "groupAdded": "Group added",
"groupdeleted": "Group deleted", "groupdeleted": "Group deleted",
"groupUpdated": "Group updated", "groupUpdated": "Group updated",
...@@ -421,6 +421,9 @@ ...@@ -421,6 +421,9 @@
"manage_historyAdmin": "Administer history", "manage_historyAdmin": "Administer history",
"manage_historyDesc": "Consult the various events of the application", "manage_historyDesc": "Consult the various events of the application",
"loadingValidation": "Validation of the current document ...", "loadingValidation": "Validation of the current document ...",
"workflowTemplateAdded": "Workflow template added" "workflowTemplateAdded": "Workflow template added",
"by": "by",
"the": "the",
"passwordRuleUpdated": "Updated password rules"
} }
} }
\ No newline at end of file
...@@ -421,6 +421,7 @@ ...@@ -421,6 +421,7 @@
"loadingValidation": "Validation du document en cours ...", "loadingValidation": "Validation du document en cours ...",
"workflowTemplateAdded": "Modèle de circuit ajouté", "workflowTemplateAdded": "Modèle de circuit ajouté",
"by": "par", "by": "par",
"the": "le" "the": "le",
"passwordRuleUpdated": "Règles de mot de passe mises à jour"
} }
} }
...@@ -120,7 +120,7 @@ export class SignaturePositionComponent implements OnInit { ...@@ -120,7 +120,7 @@ export class SignaturePositionComponent implements OnInit {
} }
} }
); );
document.getElementsByClassName('drag-scroll-content')[0].scrollTo(0, 0); document.getElementsByClassName('drag-scroll-content')[0].scrollTop = 0;
} }
getUserSignPosPage(workflowIndex: number) { getUserSignPosPage(workflowIndex: number) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment