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
9be8c249
Commit
9be8c249
authored
Jan 10, 2000
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added online help for ZSQL Methods and Seach Interface wizard.
parent
51659a93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
lib/python/Shared/DC/ZRDB/DA.py
lib/python/Shared/DC/ZRDB/DA.py
+10
-6
lib/python/Shared/DC/ZRDB/searchAdd.dtml
lib/python/Shared/DC/ZRDB/searchAdd.dtml
+2
-0
No files found.
lib/python/Shared/DC/ZRDB/DA.py
View file @
9be8c249
...
...
@@ -85,8 +85,8 @@
__doc__
=
'''Generic Database adapter
$Id: DA.py,v 1.7
7 1999/12/29 15:05:53 petrilli
Exp $'''
__version__
=
'$Revision: 1.7
7
$'
[
11
:
-
2
]
$Id: DA.py,v 1.7
8 2000/01/10 23:05:51 amos
Exp $'''
__version__
=
'$Revision: 1.7
8
$'
[
11
:
-
2
]
import
OFS.SimpleItem
,
Aqueduct
,
RDB
import
DocumentTemplate
,
marshal
,
md5
,
base64
,
Acquisition
,
os
...
...
@@ -137,10 +137,14 @@ class DA(
allow_simple_one_argument_traversal
=
None
manage_options
=
(
{
'label'
:
'Edit'
,
'action'
:
'manage_main'
},
{
'label'
:
'Test'
,
'action'
:
'manage_testForm'
},
{
'label'
:
'Advanced'
,
'action'
:
'manage_advancedForm'
},
{
'label'
:
'Security'
,
'action'
:
'manage_access'
},
{
'label'
:
'Edit'
,
'action'
:
'manage_main'
,
'help'
:(
'ZSQLMethods'
,
'Z-SQL-Method_Edit.dtml'
)},
{
'label'
:
'Test'
,
'action'
:
'manage_testForm'
,
'help'
:(
'ZSQLMethods'
,
'Z-SQL-Method_Test.dtml'
)},
{
'label'
:
'Advanced'
,
'action'
:
'manage_advancedForm'
,
'help'
:(
'ZSQLMethods'
,
'Z-SQL-Method_Advanced.dtml'
)},
{
'label'
:
'Security'
,
'action'
:
'manage_access'
,
'help'
:(
'ZSQLMethods'
,
'Z-SQL-Method_Security.dtml'
)},
)
# Specify how individual operations add up to "permissions":
...
...
lib/python/Shared/DC/ZRDB/searchAdd.dtml
View file @
9be8c249
...
...
@@ -4,6 +4,8 @@
<H2>
Add a Search Interface
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
ZSearch-Interface_Add
.
dtml
')"
>
<form
action=
"manage_addZSearch"
method=
"POST"
>
<P>
...
...
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