Skip to content
Snippets Groups Projects
Commit 79a5160a authored by Piotr Gawron's avatar Piotr Gawron
Browse files

positioning of help tip

parent 5e775b39
No related branches found
No related tags found
1 merge request!32Resolve "Help tips"
......@@ -14,6 +14,10 @@ var Functions = require('../../Functions');
function SearchPanel(params) {
params.panelName = "search";
params.helpTip = "<p>search tab allows to search for particular elements or interactions in the map</p>"
+ "<p>perfect match tick box active: only terms with an exact match to the query will be returned</p>"
+ "<p>separate multiple search by semicolon</p>";
AbstractDbPanel.call(this, params);
this.createSearchGui();
......
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