Updated Rule

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@114023 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-14 12:46:49 +00:00
parent cf12254a96
commit b35406f449
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ public class TemplateSharePanel extends FramedPanel {
});
btnShare = new TextButton("Share");
btnShare.setIcon(TabularDataResources.INSTANCE.share());
btnShare.setIcon(TabularDataResources.INSTANCE.templateShare());
btnShare.setIconAlign(IconAlign.RIGHT);
btnShare.setToolTip("Share");
btnShare.addSelectHandler(new SelectHandler() {