web/views/tableview.py
changeset 5444 f7fdb5dd82f6
parent 5426 0d4853a6e5ee
child 5467 57372dbfd114
--- a/web/views/tableview.py	Thu Apr 29 14:21:59 2010 +0200
+++ b/web/views/tableview.py	Fri Apr 30 12:14:15 2010 +0200
@@ -204,7 +204,7 @@
 
     def render_actions(self, divid, actions):
         box = MenuWidget('', 'tableActionsBox', _class='', islist=False)
-        label = tags.img(src=self._cw.external_resource('PUCE_DOWN'),
+        label = tags.img(src=self._cw.vreg.config.uiprops['PUCE_DOWN'],
                          alt=xml_escape(self._cw._('action(s) on this selection')))
         menu = PopupBoxMenu(label, isitem=False, link_class='actionsBox',
                             ident='%sActions' % divid)