web/views/tableview.py
changeset 8094 bedf36fb17f1
parent 8092 bc2a7c9fe266
child 8102 619d41a4c770
--- 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)