updated show intro text formatter
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/gis-viewer@101714 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
94ed07b39a
commit
7604067b44
|
@ -1010,7 +1010,7 @@ implements ToolbarHandler, DataPanelHandler, LayersPanelHandler, CqlFilterHandle
|
|||
box.setClosable(false);
|
||||
box.setMaxWidth(400);
|
||||
box.setMinWidth(400);
|
||||
box.setMessage(resources.gisViewerIntro().getText()+"Press CANCEL if you want this message not to be shown anymore.");
|
||||
box.setMessage(resources.gisViewerIntro().getText()+"Press <b>CANCEL</b> if you want this message not to be shown anymore.");
|
||||
box.setModal(true);
|
||||
box.setTitle("Welcome to the GisViewer v."+Constants.VERSION);
|
||||
box.addCallback(new Listener<MessageBoxEvent>(){
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div>
|
||||
<br /> GIS Viewer is a standalone application for supporting
|
||||
<br /> <b>GIS Viewer </b>is a standalone application for supporting
|
||||
geospatial data visualization and management including:<br /> <br />
|
||||
<ul style="list-style-type: disc; margin-left: 10px;">
|
||||
|
||||
|
|
Loading…
Reference in New Issue