[Checkins] SVN: Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/pages.py Set order for menu entry.

Uli Fouquet uli at gnufix.de
Sun Feb 28 08:55:36 EST 2010


Log message for revision 109493:
  Set order for menu entry.
  

Changed:
  U   Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/pages.py

-=-
Modified: Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/pages.py
===================================================================
--- Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/pages.py	2010-02-28 03:08:19 UTC (rev 109492)
+++ Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/pages.py	2010-02-28 13:55:36 UTC (rev 109493)
@@ -22,7 +22,8 @@
     grok.name('zodbbrowser')
     grok.template('zodbbrowser')
     grok.require('grok.ManageApplications')
-    grok.title('ZODB browser')
+    grok.title('ZODB browser') # This will appear in grokui menu bar
+    grok.order(5) # Position of menu entry will be somewhat to the right
 
     def publishTraverse(self, request, name):
         self.request.form['oid'] = name



More information about the checkins mailing list