diff -r 3efb83e4e8f3 -r bedf36fb17f1 web/views/tableview.py --- a/web/views/tableview.py Wed Nov 23 12:30:05 2011 +0100 +++ b/web/views/tableview.py Wed Nov 23 14:45:13 2011 +0100 @@ -289,9 +289,8 @@ return attrs def render_actions(self, w, actions): - box = MenuWidget('', 'tableActionsBox', _class='', islist=False) - label = tags.img(src=self._cw.uiprops['PUCE_DOWN'], - alt=xml_escape(self._cw._('action(s) on this selection'))) + box = MenuWidget('', '', _class='tableActionsBox', islist=False) + label = tags.span(self._cw._('action menu')) menu = PopupBoxMenu(label, isitem=False, link_class='actionsBox', ident='%sActions' % self.view.domid) box.append(menu)