comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java @ 1399:748e7c828d03

Issue312. Moved images and get image urls from constants to completly support IE7. flys-client/trunk@3284 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 17 Nov 2011 14:10:51 +0000
parents 1fae113b93fd
children 047a44270348
comparison
equal deleted inserted replaced
1398:3f6d2f18ee7b 1399:748e7c828d03
54 extends AbstractUIProvider 54 extends AbstractUIProvider
55 implements ChangeHandler, BlurHandler 55 implements ChangeHandler, BlurHandler
56 { 56 {
57 /** The message class that provides i18n strings.*/ 57 /** The message class that provides i18n strings.*/
58 protected FLYSConstants MESSAGE = GWT.create(FLYSConstants.class); 58 protected FLYSConstants MESSAGE = GWT.create(FLYSConstants.class);
59
60 /** The interface that provides the image resources. */
61 private FLYSImages IMAGES = GWT.create(FLYSImages.class);
62 59
63 protected WQInfoServiceAsync wqInfoService = 60 protected WQInfoServiceAsync wqInfoService =
64 GWT.create(WQInfoService.class); 61 GWT.create(WQInfoService.class);
65 62
66 /** The constant field name for choosing w or q mode.*/ 63 /** The constant field name for choosing w or q mode.*/

http://dive4elements.wald.intevation.org