[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - meta.zcml:1.8
R. David Murray
rdmurray+keyword+z3wiki.d0f4ca@bitdance.com
Fri, 4 Apr 2003 09:57:37 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv18402
Modified Files:
meta.zcml
Log Message:
Correct copy and paste errors in addform docstrings. Also, according
to an email from Jim, an addform has no default title.
=== Zope3/src/zope/app/browser/form/meta.zcml 1.7 => 1.8 ===
--- Zope3/src/zope/app/browser/form/meta.zcml:1.7 Mon Mar 24 09:58:31 2003
+++ Zope3/src/zope/app/browser/form/meta.zcml Fri Apr 4 09:57:36 2003
@@ -184,7 +184,7 @@
<attribute name="template" required="no">
<description>
- An alternate template to use for the edit form.
+ An alternate template to use for the add form.
XXX Need to document how to extend the default.
</description>
@@ -242,19 +242,11 @@
<attribute name="menu" required="no">
<description>
- The browser menu to include the edit form in.
+ The browser menu to include the add form in.
Many views are included in menus. It's convenient to name
the menu in the page directive, rather than having to give a
separate menuItem directive.
- </description>
- </attribute>
-
- <attribute name="title" required="no">
- <description>
- The browser menu label for the edit form
-
- This attribute defaults to "Edit".
</description>
</attribute>