[Mpuls-commits] r6074 - base/trunk/mpulsweb/lib

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Sep 27 17:51:54 CEST 2012


Author: torsten
Date: 2012-09-27 17:51:54 +0200 (Thu, 27 Sep 2012)
New Revision: 6074

Modified:
   base/trunk/mpulsweb/lib/config.py
Log:
Fixed layout of overview in evaluation server


Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py	2012-09-27 15:51:03 UTC (rev 6073)
+++ base/trunk/mpulsweb/lib/config.py	2012-09-27 15:51:54 UTC (rev 6074)
@@ -227,7 +227,7 @@
                                   "overview":True, 
                                   "search_retrieve":True, 
                                   "search_match":True, 
-                                  "overview_style":"table_width_small", 
+                                  "overview_style":"table_id", 
                                   "overview_label": "ID"},
                                  {"name":"id", 
                                   "alias":"id", 
@@ -245,7 +245,7 @@
                                   "alias":"count", 
                                   "preload":True, 
                                   "overview":True, 
-                                  "overview_style":"table_width_small number_field", 
+                                  "overview_style":"table_status number_field", 
                                   "overview_label": "Anzahl"},
                                  {"name":"time", 
                                   "alias":"time", 



More information about the Mpuls-commits mailing list