web/views/basetemplates.py
branchstable
changeset 6764 b2c1b481f310
parent 6697 ffc644fafcb4
child 6786 ce35c6f2f219
equal deleted inserted replaced
6763:9c4820021f52 6764:b2c1b481f310
   345             w(u'<td id="%s">' % colid)
   345             w(u'<td id="%s">' % colid)
   346             components = self._cw.vreg['ctxcomponents'].poss_visible_objects(
   346             components = self._cw.vreg['ctxcomponents'].poss_visible_objects(
   347                 self._cw, rset=self.cw_rset, view=view, context=context)
   347                 self._cw, rset=self.cw_rset, view=view, context=context)
   348             for comp in components:
   348             for comp in components:
   349                 comp.render(w=w)
   349                 comp.render(w=w)
   350                 w(u'&nbsp;')
   350                 w(u'&#160;')
   351             w(u'</td>')
   351             w(u'</td>')
   352         w(u'</tr></table>\n')
   352         w(u'</tr></table>\n')
   353 
   353 
   354     def state_header(self):
   354     def state_header(self):
   355         state = self._cw.search_state
   355         state = self._cw.search_state