diff --git a/src/Products/PageTemplates/www/ptAdd.zpt b/src/Products/PageTemplates/www/ptAdd.zpt index 439f6d56fe..26c13268e3 100644 --- a/src/Products/PageTemplates/www/ptAdd.zpt +++ b/src/Products/PageTemplates/www/ptAdd.zpt @@ -1,6 +1,6 @@

Header

-
+

Form Title

diff --git a/src/Products/PageTemplates/www/ptEdit.zpt b/src/Products/PageTemplates/www/ptEdit.zpt index a9183bda42..5d818c5358 100644 --- a/src/Products/PageTemplates/www/ptEdit.zpt +++ b/src/Products/PageTemplates/www/ptEdit.zpt @@ -2,7 +2,7 @@

Tabs

-
+
diff --git a/src/Shared/DC/Scripts/dtml/scriptBindings.dtml b/src/Shared/DC/Scripts/dtml/scriptBindings.dtml index df19601f8b..e178dd7a68 100644 --- a/src/Shared/DC/Scripts/dtml/scriptBindings.dtml +++ b/src/Shared/DC/Scripts/dtml/scriptBindings.dtml @@ -1,136 +1,109 @@ +
+

-Each of the following items describes a piece of information about -this script's calling environment. If you supply a variable name for -an item, or accept the recommended name, the information will +Each of the following items describes a piece of information about +this script's calling environment. If you supply a variable name for +an item, or accept the recommended name, the information will automatically be provided under that name when the script is called.

-
+ - - - - - - - - +
+ +
+
+ "/> + Recommended value: context +
+
+ This is the object on which the script is being called, also known as the + "acquisition parent" of the script. This may be the + container, but varies according to the path through which the script is + accessed. +
+
+
+ +
+ +
+
+ "/> + Recommended value: container +
+
+ This is the &dtml-meta_type; + "&dtml.missing.html_quote-title_or_id;", in which this + script is located. This doesn't change unless you move the script. +
+
+
- - - - - - - +
+ +
+
+ "/> + Recommended value: script +
+
+ This is the script object "&dtml-title_or_id;" itself. +
+
+
- - - - - - - +
+ +
+
+ "/> + Recommended value: _ (underscore character) +
+
+ When the script is called from DTML, this is the caller's DTML namespace, + otherwise it is an empty namespace. +
+
+
- - - - - - - +
+ +
+
+ "/> + Recommended value: traverse_subpath +
+
+ When the script is published directly from a URL, this is the + portion of the URL path after the script's name, split at slash separators + into a list of strings. Otherwise, it is an empty list. +
+
+
- - - - - - - +
+ +
- - - -
-
- Context -
-
-
- This is the object on which the script is being called, also known as the - "acquisition parent" of the script. This may be the - container, but varies according to the path through which the script is - accessed. -

- Recommended value: context -
-
- "> -
-
- Container -
-
-
- This is the &dtml-meta_type; - "&dtml.missing.html_quote-title_or_id;", in which this - script is located. This doesn't change unless you move the script. -

- Recommended value: container -
-
- "> -
-
- Script -
-
-
- This is the script object "&dtml-title_or_id;" itself. -

- Recommended value: script -
-
- "> -
-
- Namespace -
-
-
- When the script is called from DTML, this is the caller's DTML namespace, - otherwise it is an empty namespace. -

- Recommended value: _ (underscore character) -
-
- "> -
-
- Subpath -
-
-
- When the script is published directly from a URL, this is the - portion of the URL path after the script's name, split at slash separators - into a list of strings. Otherwise, it is an empty list. -

- Recommended value: traverse_subpath -
-
- "> -
-
-
- -
-
+
+