branch | stable |
changeset 7679 | c4803e94b8a4 |
parent 7670 | 6397a9051f65 |
child 7990 | a673d1d9a738 |
--- a/web/views/boxes.py Thu Jul 21 07:54:04 2011 +0200 +++ b/web/views/boxes.py Thu Jul 21 08:41:12 2011 +0200 @@ -185,7 +185,7 @@ def render_body(self, w): for category, views in box.sort_by_category(self.views): - menu = htmlwidgets.BoxMenu(self._cw._(category)) + menu = htmlwidgets.BoxMenu(self._cw._(category), ident=category) for view in views: menu.append(self.action_link(view)) self.append(menu)