web/views/tableview.py
changeset 5467 57372dbfd114
parent 5444 f7fdb5dd82f6
child 5508 6718ba5db0eb
--- 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)