Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
b76991f9
Commit
b76991f9
authored
Jan 28, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed Cancel button from test input form.
parent
e71adc76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lib/python/Shared/DC/ZRDB/DA.py
lib/python/Shared/DC/ZRDB/DA.py
+6
-3
No files found.
lib/python/Shared/DC/ZRDB/DA.py
View file @
b76991f9
...
...
@@ -11,8 +11,8 @@
__doc__
=
'''Generic Database adapter
$Id: DA.py,v 1.3
0 1998/01/27 20:08:19
jim Exp $'''
__version__
=
'$Revision: 1.3
0
$'
[
11
:
-
2
]
$Id: DA.py,v 1.3
1 1998/01/28 16:04:40
jim Exp $'''
__version__
=
'$Revision: 1.3
1
$'
[
11
:
-
2
]
import
OFS.SimpleItem
,
Aqueduct
.
Aqueduct
,
Aqueduct
.
RDB
import
DocumentTemplate
,
marshal
,
md5
,
base64
,
DateTime
,
Acquisition
,
os
...
...
@@ -115,7 +115,7 @@ class DA(
input_src
=
default_input_form
(
self
.
title_or_id
(),
self
.
_arg
,
'manage_test'
,
'<!--#var manage_tabs-->'
)
return
HTML
(
input_src
)(
self
,
REQUEST
)
return
HTML
(
input_src
)(
self
,
REQUEST
,
HTTP_REFERER
=
''
)
def
manage_test
(
self
,
REQUEST
):
'Perform an actual query'
...
...
@@ -337,6 +337,9 @@ def getBrain(self,
##############################################################################
#
# $Log: DA.py,v $
# Revision 1.31 1998/01/28 16:04:40 jim
# Removed Cancel button from test input form.
#
# Revision 1.30 1998/01/27 20:08:19 jim
# Fixed bugs in caching logic.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment