Commit 26a18993 authored by Andreas Jung's avatar Andreas Jung

added tab "Browse"

parent 9dbbb5a9
...@@ -32,6 +32,9 @@ class FieldIndex(UnIndex): ...@@ -32,6 +32,9 @@ class FieldIndex(UnIndex):
{'label': 'Settings', {'label': 'Settings',
'action': 'manage_main', 'action': 'manage_main',
'help': ('FieldIndex','FieldIndex_Settings.stx')}, 'help': ('FieldIndex','FieldIndex_Settings.stx')},
{'label': 'Browse',
'action': 'manage_browse',
'help': ('FieldIndex','FieldIndex_Settings.stx')},
) )
query_options = ["query","range"] query_options = ["query","range"]
...@@ -39,6 +42,7 @@ class FieldIndex(UnIndex): ...@@ -39,6 +42,7 @@ class FieldIndex(UnIndex):
index_html = DTMLFile('dtml/index', globals()) index_html = DTMLFile('dtml/index', globals())
manage_workspace = DTMLFile('dtml/manageFieldIndex', globals()) manage_workspace = DTMLFile('dtml/manageFieldIndex', globals())
manage_browse = DTMLFile('../dtml/browseIndex', globals())
manage_addFieldIndexForm = DTMLFile('dtml/addFieldIndex', globals()) manage_addFieldIndexForm = DTMLFile('dtml/addFieldIndex', globals())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment