From 2252ce46254273ec3429694100f5b141c6e36ede Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Wed, 4 Oct 2017 15:01:56 +0000
Subject: [PATCH] SSDM-5689 : Improvements on the explanation.

SVN: 38790
---
 .../eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
index cdf3e2ed87a..80ba22e68b8 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
@@ -964,9 +964,11 @@ var FormUtil = new function() {
 			$formFieldContainer.append(FormUtil.getInfoText("Example and usage instructions: "))
 								.append("<center><img src='./img/eln-lims-dropbox-example.png' width='100%' ></center>").append("<br>")
 								.append("<center><b>Screenshot example showing the eln-lims dropbox network folder and how the results will be visualized on the UI after upload</b></center>").append("<br>")
-								.append("1. The eln-lims dropbox requires you to provide a root folder with a specific name. This name contains information to tell the system where your uploaded data should be attached to. This helper tool will let you generate this name using the form below to upload data to the entity shown on the form that opened this pop-up.").append("<br>")
+								.append("The eln-lims dropbox requires you to provide a root folder with a specific name. This name contains information to tell the system where your uploaded data should be attached to.").append("<br>")
+								.append("<br>").append("Step by step:").append("<br>")
+								.append("1. Generate the root name folder with this helper tool using the form below to upload data to the entity shown on the form that opened this pop-up.").append("<br>")
 								.append("2. Inside the root folder with the name generated with this tool, you should put another folder with a name of your choice containing the data you want to upload.").append("<br>")
-								.append("3. After uploading your data should appear on the entity selected by the root folder.");
+								.append("3. The uploading will be triggered automatically. When the upload finishes your data should appear on the entity selected by the root folder.").append("<br>");
 								
 
 			// dataset type dropdown
-- 
GitLab