diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/img/eln-lims-dropbox-example.png b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/img/eln-lims-dropbox-example.png index d19477b7b5d99afbb450d8dae2ef94d479ce1db2..e504ded955d53e7228bffe5c689ad6d8b3f6ec17 100644 Binary files a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/img/eln-lims-dropbox-example.png and b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/img/eln-lims-dropbox-example.png differ 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 80ba22e68b8711d8eee59ef433561f8250f0ea52..a324d016e892cae5473a85a761516cea8225d19c 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 @@ -962,7 +962,7 @@ var FormUtil = new function() { // info text $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><img src='./img/eln-lims-dropbox-example.png' width='100%' ></center>") .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("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>")