Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 433:ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
flys-client/trunk@1935 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 17 May 2011 10:14:22 +0000 |
parents | 8ea213bd8fba |
children | 2d045a65ec27 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Tue May 17 09:58:53 2011 +0000 +++ b/flys-client/ChangeLog Tue May 17 10:14:22 2011 +0000 @@ -1,3 +1,16 @@ +2011-05-17 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java: + Added i18n string for wst export. + + * src/main/java/de/intevation/flys/client/client/ui/ExportPanel.java: + Set a maximum size of the export button and added a tooltip to + distinguish exports. + + NOTE: We should consider using specific images for each export type. + 2011-05-17 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/server/ExportServiceImpl.java,