Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 13:8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
flys-client/trunk@1322 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 17 Feb 2011 09:17:37 +0000 |
parents | fa0aad20af53 |
children | eb425ab34fd8 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Feb 17 08:31:33 2011 +0000 +++ b/flys-client/ChangeLog Thu Feb 17 09:17:37 2011 +0000 @@ -1,3 +1,18 @@ +2011-02-16 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: + This view will now display radio buttons to choose between the module + 'WINFO', 'MINFO', 'Map' and 'Fix-Analyse'. A button is shown to create an + artifact of the selected module. + + NOTE: The next step here is to use the returning artifact with its + description and display widgets based on these information. + + * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, + src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Added + i18n strings for the CollectionView's 'next' button. + 2011-02-16 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java,