author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Sun, 17 Oct 2010 10:24:25 +0200 | |
changeset 6526 | 2f3ded081142 |
parent 6525 | 8f4acaf2212c |
child 6527 | 2421875ab889 |
--- 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):