web/views/schema.py
branchstable
changeset 5525 c4eee9921e19
parent 5426 0d4853a6e5ee
child 5527 01a7228ab5a0
child 5798 74d9a062965c
--- a/web/views/schema.py	Wed May 12 17:07:07 2010 +0200
+++ b/web/views/schema.py	Sun May 16 19:00:07 2010 +0200
@@ -138,9 +138,9 @@
     """display schema information (graphically, listing tables...) in tabs"""
     __regid__ = 'schema'
     title = _('instance schema')
-    tabs = [_('schema-image'), _('schema-entity-types'),
+    tabs = [_('schema-diagram'), _('schema-entity-types'),
             _('schema-relation-types'), _('schema-security')]
-    default_tab = 'schema-image'
+    default_tab = 'schema-diagram'
 
     def call(self):
         self.w(u'<h1>%s</h1>' % _('Schema of the data model'))
@@ -148,7 +148,7 @@
 
 
 class SchemaImageTab(StartupView):
-    __regid__ = 'schema-image'
+    __regid__ = 'schema-diagram'
 
     def call(self):
         self.w(_(u'<div>This schema of the data model <em>excludes</em> the '