pop.setWidth( 200 + "px" );
pop.setTitle( constants.ValidationResultsDotDot() );
HorizontalPanel h = new HorizontalPanel();
h.add( new SmallLabel( "<img src='" + new Image( images.greenTick() ).getUrl() + "'/><i>"
+ constants.ItemValidatedSuccessfully() + "</i>" ) );
pop.addRow( h );
pop.show();
} else {
FormStylePopup pop = new FormStylePopup( images.packageBuilder(),
constants.ValidationResults() );
FlexTable errTable = new FlexTable();