Commit 9be8c249 authored by Amos Latteier's avatar Amos Latteier

Added online help for ZSQL Methods and Seach Interface wizard.

parent 51659a93
...@@ -85,8 +85,8 @@ ...@@ -85,8 +85,8 @@
__doc__='''Generic Database adapter __doc__='''Generic Database adapter
$Id: DA.py,v 1.77 1999/12/29 15:05:53 petrilli Exp $''' $Id: DA.py,v 1.78 2000/01/10 23:05:51 amos Exp $'''
__version__='$Revision: 1.77 $'[11:-2] __version__='$Revision: 1.78 $'[11:-2]
import OFS.SimpleItem, Aqueduct, RDB import OFS.SimpleItem, Aqueduct, RDB
import DocumentTemplate, marshal, md5, base64, Acquisition, os import DocumentTemplate, marshal, md5, base64, Acquisition, os
...@@ -137,10 +137,14 @@ class DA( ...@@ -137,10 +137,14 @@ class DA(
allow_simple_one_argument_traversal=None allow_simple_one_argument_traversal=None
manage_options=( manage_options=(
{'label':'Edit', 'action':'manage_main'}, {'label':'Edit', 'action':'manage_main',
{'label':'Test', 'action':'manage_testForm'}, 'help':('ZSQLMethods','Z-SQL-Method_Edit.dtml')},
{'label':'Advanced', 'action':'manage_advancedForm'}, {'label':'Test', 'action':'manage_testForm',
{'label':'Security', 'action':'manage_access'}, '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": # Specify how individual operations add up to "permissions":
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
<H2>Add a Search Interface</H2> <H2>Add a Search Interface</H2>
<dtml-var "HelpSys.HelpButton('ZSearch-Interface_Add.dtml')">
<form action="manage_addZSearch" method="POST"> <form action="manage_addZSearch" method="POST">
<P> <P>
......
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