[Checkins] SVN: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/configure.zcml Initial view configuration.

Charlie Clark charlie at begeistert.org
Wed Nov 16 10:54:46 UTC 2011


Log message for revision 123370:
  Initial view configuration.

Changed:
  U   Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/configure.zcml

-=-
Modified: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/configure.zcml
===================================================================
--- Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/configure.zcml	2011-11-16 10:54:14 UTC (rev 123369)
+++ Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/configure.zcml	2011-11-16 10:54:45 UTC (rev 123370)
@@ -0,0 +1,36 @@
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:browser="http://namespaces.zope.org/browser">
+
+   <browser:page
+      for="*"
+      name="zodb_overview.html"
+      template="templates/overview.pt"
+      class=".overview.View"
+      permission="zope2.ManageProperties"
+      />
+
+   <browser:page
+      for="*"
+      name="zodb_activity.html"
+      template="templates/activity.pt"
+      class=".activity.View"
+      permission="zope2.ManageProperties"
+      />
+
+   <browser:page
+      for="*"
+      name="zodb_parameters.html"
+      template="templates/parameters.pt"
+      class=".parameters.View"
+      permission="zope2.ManageProperties"
+      />
+
+   <browser:page
+      for="*"
+      name="zodb_flush.html"
+      template="templates/flush.pt"
+      class=".flush.View"
+      permission="zope2.ManageProperties"
+      />
+
+</configure>



More information about the checkins mailing list