Skip to content
Snippets Groups Projects
Commit bd9453b5 authored by juanf's avatar juanf
Browse files

SSDM-3733 : New Message

SVN: 36740
parent 25407dd9
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ function ExportTreeView(exportTreeController, exportTreeModel) { ...@@ -35,7 +35,7 @@ function ExportTreeView(exportTreeController, exportTreeModel) {
var $formTitle = $("<h2>").append("Export Builder"); var $formTitle = $("<h2>").append("Export Builder");
$formColumn.append($formTitle); $formColumn.append($formTitle);
$formColumn.append(FormUtil.getInfoBox("You can select any parts of the accesible openBIS structure to export.", [ $formColumn.append(FormUtil.getInfoBox("You can select any parts of the accesible openBIS structure to export:", [
"If you select a tree node and do not expand it, everything below this node will be exported by default.", "If you select a tree node and do not expand it, everything below this node will be exported by default.",
"To export selectively only parts of a tree, open the nodes and select what to export." "To export selectively only parts of a tree, open the nodes and select what to export."
])); ]));
......
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