diff --git a/src/main/java/org/gcube/portlets/user/td/extractcodelistwidget/client/ExtractCodelistDetailsCard.java b/src/main/java/org/gcube/portlets/user/td/extractcodelistwidget/client/ExtractCodelistDetailsCard.java index 0e17587..1b8fc67 100644 --- a/src/main/java/org/gcube/portlets/user/td/extractcodelistwidget/client/ExtractCodelistDetailsCard.java +++ b/src/main/java/org/gcube/portlets/user/td/extractcodelistwidget/client/ExtractCodelistDetailsCard.java @@ -102,12 +102,10 @@ public class ExtractCodelistDetailsCard extends WizardCard { automaticallyAttachTrue = new Radio(); automaticallyAttachTrue.setBoxLabel("True"); automaticallyAttachTrue.setValue(true); - automaticallyAttachTrue.setToolTip("Automatically attach the generated codelist"); - + automaticallyAttachFalse = new Radio(); automaticallyAttachFalse.setBoxLabel("False"); - automaticallyAttachTrue.setToolTip("Do not attach the generated codelist"); - + ToggleGroup automaticallyAttachGroup = new ToggleGroup(); automaticallyAttachGroup.add(automaticallyAttachTrue); @@ -165,10 +163,9 @@ public class ExtractCodelistDetailsCard extends WizardCard { comboAttachToColumn.setTypeAhead(false); comboAttachToColumn.setEditable(false); comboAttachToColumn.setTriggerAction(TriggerAction.ALL); - comboAttachToColumn.setToolTip("Select the column to be attached to extraced codelist"); attachToColumnField = new FieldLabel(comboAttachToColumn, "Attach To Column"); - + attachToColumnField.setToolTip("Select the column to be attached to extraced codelist"); p.add(attachToColumnField, new VerticalLayoutData(1, -1, new Margins(0)));