Temporarily removed browse tab.

This commit is contained in:
Federico Di Gregorio 2006-06-07 23:41:40 +00:00
parent 429fd4f1d7
commit 0544e96812
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2006-06-08 Federico Di Gregorio <fog@initd.org>
* ZPsycopgDA/DA.py: removed Browse table for 2.0 release; we'll
add it back later.
2006-05-26 Federico Di Gregorio <fog@initd.org>
* Applied better PostgreSQL patch from AA.

View File

@ -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