changeset 2433 | 1d46c016a564 |
parent 2161 | 200481e7b156 |
child 2439 | 77d8dd77acb3 |
--- 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