diff --git a/src/main/java/org/gcube/portlets/user/td/client/resource/TabularDataResources.java b/src/main/java/org/gcube/portlets/user/td/client/resource/TabularDataResources.java index a78d346..b543223 100644 --- a/src/main/java/org/gcube/portlets/user/td/client/resource/TabularDataResources.java +++ b/src/main/java/org/gcube/portlets/user/td/client/resource/TabularDataResources.java @@ -249,6 +249,11 @@ public interface TabularDataResources extends ClientBundle { @Source("table-row-delete.png") ImageResource rowRemove(); + @Source("help_32.png") + ImageResource help32(); + + @Source("help.png") + ImageResource help(); } diff --git a/src/main/java/org/gcube/portlets/user/td/client/ribbon/FileToolBar.java b/src/main/java/org/gcube/portlets/user/td/client/ribbon/FileToolBar.java index ba93660..ef4e2ad 100644 --- a/src/main/java/org/gcube/portlets/user/td/client/ribbon/FileToolBar.java +++ b/src/main/java/org/gcube/portlets/user/td/client/ribbon/FileToolBar.java @@ -411,7 +411,7 @@ public class FileToolBar { helpGroup.add(helpLayout); helpButton = new TextButton("Help", - TabularDataResources.INSTANCE.template32()); + TabularDataResources.INSTANCE.help32()); helpButton.enable(); helpButton.setToolTip("Help"); helpButton.setScale(ButtonScale.LARGE);