equal
deleted
inserted
replaced
12 from logilab.common.textutils import unormalize |
12 from logilab.common.textutils import unormalize |
13 from logilab.mtconverter import html_escape |
13 from logilab.mtconverter import html_escape |
14 |
14 |
15 from cubicweb.view import StartupView |
15 from cubicweb.view import StartupView |
16 from cubicweb.selectors import match_user_groups, implements |
16 from cubicweb.selectors import match_user_groups, implements |
17 from cubicweb.schema import META_RELATIONS_TYPES |
17 from cubicweb.schema import META_RELATIONS_TYPES, display_name |
18 from cubicweb.common.uilib import ureport_as_html |
18 from cubicweb.common.uilib import ureport_as_html |
19 from cubicweb.web import ajax_replace_url, uicfg, httpcache |
19 from cubicweb.web import ajax_replace_url, uicfg, httpcache |
20 from cubicweb.web.views import tabs, management, schema as schemamod |
20 from cubicweb.web.views import tabs, management, schema as schemamod |
21 |
21 |
22 class ManageView(StartupView): |
22 class ManageView(StartupView): |