From 539dd2862c538f88073196554dade26711e5eeec Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Fri, 6 May 2016 16:40:40 +0000 Subject: [PATCH] alertblock text fixed git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/questions@128518 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../gcube/portlets/user/questions/client/VREManagersPanel.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/questions/client/VREManagersPanel.java b/src/main/java/org/gcube/portlets/user/questions/client/VREManagersPanel.java index 2f7db8b..0d5a7c5 100644 --- a/src/main/java/org/gcube/portlets/user/questions/client/VREManagersPanel.java +++ b/src/main/java/org/gcube/portlets/user/questions/client/VREManagersPanel.java @@ -26,6 +26,7 @@ import com.google.gwt.user.client.ui.HTML; import com.google.gwt.user.client.ui.HasAlignment; import com.google.gwt.user.client.ui.HasVerticalAlignment; import com.google.gwt.user.client.ui.Image; +import com.google.gwt.user.client.ui.InlineHTML; import com.google.gwt.user.client.ui.SimplePanel; import com.google.gwt.user.client.ui.VerticalPanel; @@ -195,7 +196,7 @@ public class VREManagersPanel extends Composite { // add to main panel alertBlockOnLeave.setHTML(leaveAlertMessage + "

"); alertBlockOnLeave.add(cancel); - alertBlockOnLeave.add(new HTML(" or ")); + alertBlockOnLeave.add(new InlineHTML(" or ")); alertBlockOnLeave.add(confirmLeave); alertBlockOnLeave.setType(AlertType.WARNING); alertBlockOnLeave.setHeading("WARNING!");