Commit 5743c3cd authored by Amos Latteier's avatar Amos Latteier

Explicitly named product when drawing help button.

parent 0a8e9aec
......@@ -7,7 +7,7 @@
<H2>Add User</H2>
<dtml-var "HelpSys.HelpButton('User-Folder_Add-User.dtml')">
<dtml-var "HelpSys.HelpButton('User-Folder_Add-User.dtml','OFSP')">
<P>
To add a new user, enter the name,
......
......@@ -7,7 +7,7 @@
<H2>Change User</H2>
<dtml-var "HelpSys.HelpButton('User-Folder_Edit-User.dtml')">
<dtml-var "HelpSys.HelpButton('User-Folder_Edit-User.dtml','OFSP')">
<FORM ACTION="manage_users" METHOD="POST">
<TABLE>
......
......@@ -4,7 +4,7 @@
<h2>Add an Object Factory</h2>
<dtml-var "HelpSys.HelpButton('Zope-Factory_Add.dtml')">
<dtml-var "HelpSys.HelpButton('Zope-Factory_Add.dtml','OFSP')">
<P>A Factory allows you to place entries in the Zope Product add
list.</P>
......
......@@ -4,7 +4,7 @@
<h2>Define a permission</h2>
<dtml-var "HelpSys.HelpButton('Zope-Permission_Add.dtml')">
<dtml-var "HelpSys.HelpButton('Zope-Permission_Add.dtml','OFSP')">
<form action="manage_addPermission" method="POST">
<table cellspacing="2">
......
......@@ -4,7 +4,7 @@
<h2>Add a Product</h2>
<dtml-var "HelpSys.HelpButton('Product_Add.dtml')">
<dtml-var "HelpSys.HelpButton('Product_Add.dtml','OFSP')">
<P>
Products allows you to define new types of Zope objects. A Product contains
......
......@@ -140,7 +140,7 @@
<dtml-with "_(option=manage_options[a_])">
<dtml-if "option.has_key('help')">
<td align="right" valign="top">
<dtml-var "HelpSys.button(HelpSys,
<dtml-var "HelpSys.button(HelpSys, REQUEST,
product=option['help'][0],
topic=option['help'][1])">
</td>
......
......@@ -6,7 +6,7 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Add DTML Document</H2>
<dtml-var "HelpSys.HelpButton('DTML-Document_Add.dtml')">
<dtml-var "HelpSys.HelpButton('DTML-Document_Add.dtml','OFSP')">
<P>
A DTML Document is used to hold text content. It can contain
......
......@@ -6,7 +6,7 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Add Folder</H2>
<dtml-var "HelpSys.HelpButton('Folder_Add.dtml')">
<dtml-var "HelpSys.HelpButton('Folder_Add.dtml','OFSP')">
<P>
A Folder contains other objects. Use Folders to organize your
......
......@@ -6,7 +6,7 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Add <dtml-var Kind></H2>
<dtml-var "HelpSys.HelpButton(Kind + '_Add.dtml')">
<dtml-var "HelpSys.HelpButton(Kind + '_Add.dtml','OFSP')">
<P>
You can create a new <dtml-var kind> in the system using the form below.
......
......@@ -6,7 +6,7 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Add DTML Method</H2>
<dtml-var "HelpSys.HelpButton('DTML-Method_Add.dtml')">
<dtml-var "HelpSys.HelpButton('DTML-Method_Add.dtml','OFSP')">
<P>
A DTML Method is used to hold scripting tags and text content.
......
......@@ -9,7 +9,7 @@
<dtml-if cb_isMoveable>
<H2>Rename <dtml-var meta_type></H2>
<dtml-var "HelpSys.HelpButton('Folder_Rename.dtml')">
<dtml-var "HelpSys.HelpButton('Folder_Rename.dtml','OFSP')">
<P>
<FORM ACTION="<dtml-var URL1>" METHOD="POST">
......
......@@ -6,7 +6,7 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Add Common Instance Property Sheet</H2>
<dtml-var "HelpSys.HelpButton('Common-Instance-Property-Sheet_Add.dtml')">
<dtml-var "HelpSys.HelpButton('Common-Instance-Property-Sheet_Add.dtml','OFSP')">
<FORM ACTION="manage_addCommonSheet" METHOD="POST">
<TABLE CELLSPACING="2">
......
......@@ -6,7 +6,7 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Add ZClass</H2>
<dtml-var "HelpSys.HelpButton('ZClass_Add.dtml')">
<dtml-var "HelpSys.HelpButton('ZClass_Add.dtml','OFSP')">
<dtml-with "_(selected=[], unselected=[], baseclasses=[], id='', title='',
meta_type='',
......
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