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

SSDM-3733 : New Message

SVN: 36739
parent 461169e6
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,9 @@ function ExportTreeView(exportTreeController, exportTreeModel) { ...@@ -35,10 +35,9 @@ 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("Usage explanation:", [ $formColumn.append(FormUtil.getInfoBox("You can select any parts of the accesible openBIS structure to export.", [
"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 node, and you don't expand it, it means you also want to export everything under it.", "To export selectively only parts of a tree, open the nodes and select what to export."
"If you select a node, and you expand it, it means you want to export only that entity because the entities under it will be unselected by default."
])); ]));
var $tree = $("<div>", { "id" : "exportsTree" }); var $tree = $("<div>", { "id" : "exportsTree" });
$formColumn.append($("<br>")); $formColumn.append($("<br>"));
......
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