[Zope-Checkins] SVN: Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py added tab "Browse"

Andreas Jung andreas at andreas-jung.com
Mon Jan 31 15:50:36 EST 2005


Log message for revision 29004:
  added tab "Browse"
  
  

Changed:
  U   Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py

-=-
Modified: Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py
===================================================================
--- Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py	2005-01-31 20:50:01 UTC (rev 29003)
+++ Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py	2005-01-31 20:50:36 UTC (rev 29004)
@@ -32,6 +32,9 @@
         {'label': 'Settings',
          'action': 'manage_main',
          'help': ('FieldIndex','FieldIndex_Settings.stx')},
+        {'label': 'Browse',
+         'action': 'manage_browse',
+         'help': ('FieldIndex','FieldIndex_Settings.stx')},
     )
 
     query_options = ["query","range"]
@@ -39,6 +42,7 @@
     index_html = DTMLFile('dtml/index', globals())
 
     manage_workspace = DTMLFile('dtml/manageFieldIndex', globals())
+    manage_browse = DTMLFile('../dtml/browseIndex', globals())
 
 
 manage_addFieldIndexForm = DTMLFile('dtml/addFieldIndex', globals())



More information about the Zope-Checkins mailing list