branch | stable |
changeset 6800 | 3f3d576b87d9 |
parent 6140 | 65a619eb31c4 |
child 7793 | 8a330017ca4d |
--- a/web/action.py Tue Jan 11 12:05:12 2011 +0100 +++ b/web/action.py Tue Jan 11 12:19:36 2011 +0100 @@ -43,7 +43,7 @@ def fill_menu(self, box, menu): """add action(s) to the given submenu of the given box""" for action in self.actual_actions(): - menu.append(box.box_action(action)) + menu.append(box.action_link(action)) def html_class(self): if self._cw.selected(self.url()):