summaryrefslogtreecommitdiff
path: root/ZPsycopgDA/DA.py
diff options
context:
space:
mode:
Diffstat (limited to 'ZPsycopgDA/DA.py')
-rw-r--r--ZPsycopgDA/DA.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/ZPsycopgDA/DA.py b/ZPsycopgDA/DA.py
index a4d34c0..8720506 100644
--- a/ZPsycopgDA/DA.py
+++ b/ZPsycopgDA/DA.py
@@ -144,11 +144,12 @@ class Connection(Shared.DC.ZRDB.Connection.Connection):
## browsing and table/column management ##
- manage_options = Shared.DC.ZRDB.Connection.Connection.manage_options + (
- {'label': 'Browse', 'action':'manage_browse'},)
+ manage_options = Shared.DC.ZRDB.Connection.Connection.manage_options
+ # + (
+ # {'label': 'Browse', 'action':'manage_browse'},)
- manage_tables = HTMLFile('dtml/tables', globals())
- manage_browse = HTMLFile('dtml/browse', globals())
+ #manage_tables = HTMLFile('dtml/tables', globals())
+ #manage_browse = HTMLFile('dtml/browse', globals())
info = None