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
5743c3cd
Commit
5743c3cd
authored
Feb 03, 2000
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explicitly named product when drawing help button.
parent
0a8e9aec
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
lib/python/AccessControl/addUser.dtml
lib/python/AccessControl/addUser.dtml
+1
-1
lib/python/AccessControl/editUser.dtml
lib/python/AccessControl/editUser.dtml
+1
-1
lib/python/App/addFactory.dtml
lib/python/App/addFactory.dtml
+1
-1
lib/python/App/addPermission.dtml
lib/python/App/addPermission.dtml
+1
-1
lib/python/App/addProduct.dtml
lib/python/App/addProduct.dtml
+1
-1
lib/python/App/manage_tabs.dtml
lib/python/App/manage_tabs.dtml
+1
-1
lib/python/OFS/documentAdd.dtml
lib/python/OFS/documentAdd.dtml
+1
-1
lib/python/OFS/folderAdd.dtml
lib/python/OFS/folderAdd.dtml
+1
-1
lib/python/OFS/imageAdd.dtml
lib/python/OFS/imageAdd.dtml
+1
-1
lib/python/OFS/methodAdd.dtml
lib/python/OFS/methodAdd.dtml
+1
-1
lib/python/OFS/renameForm.dtml
lib/python/OFS/renameForm.dtml
+1
-1
lib/python/ZClasses/addCommonSheet.dtml
lib/python/ZClasses/addCommonSheet.dtml
+1
-1
lib/python/ZClasses/addZClass.dtml
lib/python/ZClasses/addZClass.dtml
+1
-1
No files found.
lib/python/AccessControl/addUser.dtml
View file @
5743c3cd
...
...
@@ -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,
...
...
lib/python/AccessControl/editUser.dtml
View file @
5743c3cd
...
...
@@ -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>
...
...
lib/python/App/addFactory.dtml
View file @
5743c3cd
...
...
@@ -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>
...
...
lib/python/App/addPermission.dtml
View file @
5743c3cd
...
...
@@ -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"
>
...
...
lib/python/App/addProduct.dtml
View file @
5743c3cd
...
...
@@ -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
...
...
lib/python/App/manage_tabs.dtml
View file @
5743c3cd
...
...
@@ -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>
...
...
lib/python/OFS/documentAdd.dtml
View file @
5743c3cd
...
...
@@ -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
...
...
lib/python/OFS/folderAdd.dtml
View file @
5743c3cd
...
...
@@ -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
...
...
lib/python/OFS/imageAdd.dtml
View file @
5743c3cd
...
...
@@ -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.
...
...
lib/python/OFS/methodAdd.dtml
View file @
5743c3cd
...
...
@@ -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.
...
...
lib/python/OFS/renameForm.dtml
View file @
5743c3cd
...
...
@@ -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"
>
...
...
lib/python/ZClasses/addCommonSheet.dtml
View file @
5743c3cd
...
...
@@ -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"
>
...
...
lib/python/ZClasses/addZClass.dtml
View file @
5743c3cd
...
...
@@ -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=
''
,
...
...
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