equal
deleted
inserted
replaced
343 self.w(u'<h2>%s</h2>\n' % title) |
343 self.w(u'<h2>%s</h2>\n' % title) |
344 if mainindex is None: |
344 if mainindex is None: |
345 mainindex = self.main_var_index() |
345 mainindex = self.main_var_index() |
346 if mainindex is not None: |
346 if mainindex is not None: |
347 actions = self.form_filter(divid, displaycols, displayactions, |
347 actions = self.form_filter(divid, displaycols, displayactions, |
348 paginate, True) |
348 displayfilter=True, paginate=paginate, hidden=True) |
349 else: |
349 else: |
350 actions = () |
350 actions = () |
351 if not subvid and 'subvid' in self._cw.form: |
351 if not subvid and 'subvid' in self._cw.form: |
352 subvid = self._cw.form.pop('subvid') |
352 subvid = self._cw.form.pop('subvid') |
353 self._cw.view('table', self._cw.execute(actrql), |
353 self._cw.view('table', self._cw.execute(actrql), |