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
24 years ago
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explicitly named product when drawing help button.
parent
0a8e9aec
No related merge requests found
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 @@
...
@@ -7,7 +7,7 @@
<H2>
Add User
</H2>
<H2>
Add User
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
User-Folder_Add-User
.
dtml
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
User-Folder_Add-User
.
dtml
'
,'
OFSP
'
)"
>
<P>
<P>
To add a new user, enter the name,
To add a new user, enter the name,
...
...
This diff is collapsed.
Click to expand it.
lib/python/AccessControl/editUser.dtml
View file @
5743c3cd
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<H2>
Change User
</H2>
<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"
>
<FORM
ACTION=
"manage_users"
METHOD=
"POST"
>
<TABLE>
<TABLE>
...
...
This diff is collapsed.
Click to expand it.
lib/python/App/addFactory.dtml
View file @
5743c3cd
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<h2>
Add an Object Factory
</h2>
<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
<P>
A Factory allows you to place entries in the Zope Product add
list.
</P>
list.
</P>
...
...
This diff is collapsed.
Click to expand it.
lib/python/App/addPermission.dtml
View file @
5743c3cd
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<h2>
Define a permission
</h2>
<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"
>
<form
action=
"manage_addPermission"
method=
"POST"
>
<table
cellspacing=
"2"
>
<table
cellspacing=
"2"
>
...
...
This diff is collapsed.
Click to expand it.
lib/python/App/addProduct.dtml
View file @
5743c3cd
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<h2>
Add a Product
</h2>
<h2>
Add a Product
</h2>
<dtml-var
"
HelpSys
.
HelpButton
('
Product_Add
.
dtml
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
Product_Add
.
dtml
'
,'
OFSP
'
)"
>
<P>
<P>
Products allows you to define new types of Zope objects. A Product contains
Products allows you to define new types of Zope objects. A Product contains
...
...
This diff is collapsed.
Click to expand it.
lib/python/App/manage_tabs.dtml
View file @
5743c3cd
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
<dtml-with "_(option=manage_options[a_])">
<dtml-with "_(option=manage_options[a_])">
<dtml-if "option.has_key('help')">
<dtml-if "option.has_key('help')">
<td align="right" valign="top">
<td align="right" valign="top">
<dtml-var "HelpSys.button(HelpSys,
<dtml-var "HelpSys.button(HelpSys,
REQUEST,
product=option['help'][0],
product=option['help'][0],
topic=option['help'][1])">
topic=option['help'][1])">
</td>
</td>
...
...
This diff is collapsed.
Click to expand it.
lib/python/OFS/documentAdd.dtml
View file @
5743c3cd
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add DTML Document
</H2>
<H2>
Add DTML Document
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
DTML-Document_Add
.
dtml
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
DTML-Document_Add
.
dtml
'
,'
OFSP
'
)"
>
<P>
<P>
A DTML Document is used to hold text content. It can contain
A DTML Document is used to hold text content. It can contain
...
...
This diff is collapsed.
Click to expand it.
lib/python/OFS/folderAdd.dtml
View file @
5743c3cd
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add Folder
</H2>
<H2>
Add Folder
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
Folder_Add
.
dtml
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
Folder_Add
.
dtml
'
,'
OFSP
'
)"
>
<P>
<P>
A Folder contains other objects. Use Folders to organize your
A Folder contains other objects. Use Folders to organize your
...
...
This diff is collapsed.
Click to expand it.
lib/python/OFS/imageAdd.dtml
View file @
5743c3cd
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add
<dtml-var
Kind
></H2>
<H2>
Add
<dtml-var
Kind
></H2>
<dtml-var
"
HelpSys
.
HelpButton
(
Kind
+
'
_Add
.
dtml
')"
>
<dtml-var
"
HelpSys
.
HelpButton
(
Kind
+
'
_Add
.
dtml
'
,'
OFSP
'
)"
>
<P>
<P>
You can create a new
<dtml-var
kind
>
in the system using the form below.
You can create a new
<dtml-var
kind
>
in the system using the form below.
...
...
This diff is collapsed.
Click to expand it.
lib/python/OFS/methodAdd.dtml
View file @
5743c3cd
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add DTML Method
</H2>
<H2>
Add DTML Method
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
DTML-Method_Add
.
dtml
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
DTML-Method_Add
.
dtml
'
,'
OFSP
'
)"
>
<P>
<P>
A DTML Method is used to hold scripting tags and text content.
A DTML Method is used to hold scripting tags and text content.
...
...
This diff is collapsed.
Click to expand it.
lib/python/OFS/renameForm.dtml
View file @
5743c3cd
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<dtml-if
cb_isMoveable
>
<dtml-if
cb_isMoveable
>
<H2>
Rename
<dtml-var
meta_type
></H2>
<H2>
Rename
<dtml-var
meta_type
></H2>
<dtml-var
"
HelpSys
.
HelpButton
('
Folder_Rename
.
dtml
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
Folder_Rename
.
dtml
'
,'
OFSP
'
)"
>
<P>
<P>
<FORM
ACTION=
"<dtml-var URL1>"
METHOD=
"POST"
>
<FORM
ACTION=
"<dtml-var URL1>"
METHOD=
"POST"
>
...
...
This diff is collapsed.
Click to expand it.
lib/python/ZClasses/addCommonSheet.dtml
View file @
5743c3cd
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add Common Instance Property Sheet
</H2>
<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"
>
<FORM
ACTION=
"manage_addCommonSheet"
METHOD=
"POST"
>
<TABLE
CELLSPACING=
"2"
>
<TABLE
CELLSPACING=
"2"
>
...
...
This diff is collapsed.
Click to expand it.
lib/python/ZClasses/addZClass.dtml
View file @
5743c3cd
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add ZClass
</H2>
<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=
''
,
<dtml-with
"
_(selected=
[],
unselected=
[],
baseclasses=
[],
id=
''
,
title=
''
,
meta_type=
''
,
meta_type=
''
,
...
...
This diff is collapsed.
Click to expand it.
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