Label unfold is changed in expand

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/speciesdiscovery@79443 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2013-07-19 12:17:39 +00:00
parent b743e9e169
commit d9c1eb17fd
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ public enum AdvancedSearchPanelEnum {
TYPE("Type"), TYPE("Type"),
REGION("Region"), REGION("Region"),
SYNONYMS("Synonyms From"), SYNONYMS("Synonyms From"),
UNFOLD("Unfold With"), UNFOLD("Expand"),
DATASOURCE("Filter by Source"), DATASOURCE("Filter by Source"),
CLASSIFICATION("Classification"); CLASSIFICATION("Classification");

View File

@ -54,7 +54,7 @@ public class UnfoldFilter implements AdvancedSearchPanelInterface{
unfoldFilterPanel.setStyleAttribute("marginRight", "10px"); unfoldFilterPanel.setStyleAttribute("marginRight", "10px");
unfoldFilterPanel.setStyleAttribute("padding", "5px"); unfoldFilterPanel.setStyleAttribute("padding", "5px");
Text text = new Text("Unfold with: "); Text text = new Text("Expand with: ");
text.setStyleAttribute("margin-left", "5px"); text.setStyleAttribute("margin-left", "5px");
text.setStyleAttribute("margin-right", "5px"); text.setStyleAttribute("margin-right", "5px");