web/views/tableview.py
branchstable
changeset 5997 2d15ddbfa2d8
parent 5940 0e3ae19b181a
child 6104 a57db3faa913
--- a/web/views/tableview.py	Mon Jul 19 17:22:10 2010 +0200
+++ b/web/views/tableview.py	Tue Jul 20 14:08:34 2010 +0200
@@ -345,7 +345,7 @@
             mainindex = self.main_var_index()
         if mainindex is not None:
             actions = self.form_filter(divid, displaycols, displayactions,
-                                       paginate, True)
+                                       displayfilter=True, paginate=paginate, hidden=True)
         else:
             actions = ()
         if not subvid and 'subvid' in self._cw.form: