diff --git a/frontend-js/src/main/js/gui/admin/AddProjectDialog.js b/frontend-js/src/main/js/gui/admin/AddProjectDialog.js index 6917df336724021753d00bd562e7406ae68cbf2e..7407a0b6e0abc867dc52e83e93a66fbff486b639 100644 --- a/frontend-js/src/main/js/gui/admin/AddProjectDialog.js +++ b/frontend-js/src/main/js/gui/admin/AddProjectDialog.js @@ -278,17 +278,23 @@ AddProjectDialog.prototype.createGeneralTabContent = function () { table.appendChild(self.createCheckboxRow({ labelName: "Cache data:", defaultValue: false, - inputName: "project-cache-data" + inputName: "project-cache-data", + help: 'If this checkbox is checked, all hyperlinks in the project resolved by MIRIAM repository (e.g. cross-links ' + + 'to external bioinformatics databases) are resolved and cached.' })); table.appendChild(self.createCheckboxRow({ labelName: "Auto margin:", defaultValue: true, - inputName: "project-auto-margin" + inputName: "project-auto-margin", + help: 'If this checkbox is checked, upon generation of the graphics, empty spaces surrounding elements and ' + + 'interactions will be cropped.' })); table.appendChild(self.createCheckboxRow({ labelName: "Display as SBGN:", defaultValue: false, - inputName: "project-sbgn-visualization" + inputName: "project-sbgn-visualization", + help: 'If this checkbox is checked, the uploaded model will be displayed in SBGN format, instead of default ' + + 'CellDesigner format.' })); table.appendChild(self.createCheckboxRow({ labelName: "Semantic zooming:",