diff flys-client/src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java @ 876:dbaef661d0e5

Changed i18n string for empty table and set header fields to fixed order. flys-client/trunk@2703 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 12 Sep 2011 12:23:34 +0000
parents d08cf5ed1bfc
children 2161d3acc83f
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java	Mon Sep 12 11:47:42 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java	Mon Sep 12 12:23:34 2011 +0000
@@ -131,7 +131,8 @@
         locationTable.setShowRecordComponents(true);
         locationTable.setShowRecordComponentsByCell(true);
         locationTable.setHeight100();
-        locationTable.setEmptyMessage(MESSAGES.empty_table());
+        locationTable.setEmptyMessage(MESSAGES.empty_filter());
+        locationTable.setCanReorderFields(false);
 
         ListGridField addLocation = new ListGridField ("", "");
         addLocation.setType (ListGridFieldType.ICON);

http://dive4elements.wald.intevation.org