diff -r b5af2ac0c43c -r 57372dbfd114 web/views/tableview.py --- a/web/views/tableview.py Wed May 05 10:22:11 2010 +0200 +++ b/web/views/tableview.py Wed May 05 10:28:55 2010 +0200 @@ -204,7 +204,7 @@ def render_actions(self, divid, actions): box = MenuWidget('', 'tableActionsBox', _class='', islist=False) - label = tags.img(src=self._cw.vreg.config.uiprops['PUCE_DOWN'], + label = tags.img(src=self._cw.uiprops['PUCE_DOWN'], alt=xml_escape(self._cw._('action(s) on this selection'))) menu = PopupBoxMenu(label, isitem=False, link_class='actionsBox', ident='%sActions' % divid)