diff -r 8f4acaf2212c -r 2f3ded081142 web/views/boxes.py --- a/web/views/boxes.py Sun Oct 17 10:05:20 2010 +0200 +++ b/web/views/boxes.py Sun Oct 17 10:24:25 2010 +0200 @@ -253,7 +253,6 @@ class ContextualBoxLayout(component.Layout): __select__ = match_context('incontext', 'left', 'right') & contextual() # predefined class in cubicweb.css: contextualBox | contextFreeBox - # XXX: navigationBox | actionBox cssclass = 'contextualBox' def render(self, w):