[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - meta.zcml:1.4
R. David Murray
bitz@bitdance.com
Wed, 1 Jan 2003 22:00:41 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv28805
Modified Files:
meta.zcml
Log Message:
Fix typos, remove redundant 'this attribute is required', and reformat
apparent cut and paste error (someone might want to review that fix).
=== Zope3/src/zope/app/browser/form/meta.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/form/meta.zcml:1.3 Mon Dec 30 18:50:24 2002
+++ Zope3/src/zope/app/browser/form/meta.zcml Wed Jan 1 22:00:37 2003
@@ -15,7 +15,7 @@
<attribute name="schema" required="yes">
<description>
- The schema from which the edir form is generated.
+ The schema from which the edit form is generated.
A schema is an interface that includes fields.
</description>
@@ -31,10 +31,10 @@
<description>
The interface this page (view) applies to.
- The view will be for all objects that implement this
+ The view will be for all objects that implement this interface.
The schema is used if the for attribute is not specified.
- interface. If the for attribute is specified, the given
+ If the for attribute is specified, the given
interface must extend the schema.
</description>
</attribute>
@@ -45,8 +45,7 @@
A skin is composed of layers. It is common to put skin specific
views in a layer named after the skin. If the 'layer' attribute
- is not supplied, it defaults to
- 'default'.
+ is not supplied, it defaults to 'default'.
</description>
</attribute>
@@ -54,9 +53,6 @@
<attribute name="permission" required="yes">
<description>
The permission needed to use the view.
-
- This attribute is required.
-
</description>
</attribute>
@@ -70,7 +66,7 @@
<attribute name="class" required="no">
<description>
- A class to provide custom widget defineitions or methods to be
+ A class to provide custom widget definitions or methods to be
used by a custom template.
</description>
</attribute>