diff -r 93c061eac647 -r 1d46c016a564 web/views/actions.py --- a/web/views/actions.py Thu Jul 23 12:47:09 2009 +0200 +++ b/web/views/actions.py Thu Jul 23 13:03:50 2009 +0200 @@ -286,6 +286,12 @@ title = _('manage') order = 20 +class ManageAction(ManagersAction): + id = 'siteinfo' + title = _('info') + order = 30 + __select__ = match_user_groups('users','managers') + from logilab.common.deprecation import class_moved from cubicweb.web.views.bookmark import FollowAction