# HG changeset patch # User Sylvain Thénault # Date 1295514481 -3600 # Node ID 84f600292b2eb8fdb9fdda2d8196f582a30576fb # Parent ffc982faa264d42fc9babc98310a6b34972b6250 [ui, index page] drop useless 'schema entities' table diff -r ffc982faa264 -r 84f600292b2e web/views/startup.py --- a/web/views/startup.py Thu Jan 20 10:06:34 2011 +0100 +++ b/web/views/startup.py Thu Jan 20 10:08:01 2011 +0100 @@ -120,10 +120,6 @@ self.w(u'%s\n' % self._cw._('system entities')) self.entity_types_table(eschema for eschema in schema.entities() if uicfg.indexview_etype_section.get(eschema) == 'system') - if 'CWAttribute' in schema: # check schema support - self.w(u'%s\n' % self._cw._('schema entities')) - self.entity_types_table(eschema for eschema in schema.entities() - if uicfg.indexview_etype_section.get(eschema) == 'schema') self.w(u'') def entity_types_table(self, eschemas):