[Zope3-checkins] CVS: Products3/NewsSite/NewsItem - configure.zcml:1.7
Ulrich Eck
ueck@net-labs.de
Thu, 27 Mar 2003 10:00:32 -0500
Update of /cvs-repository/Products3/NewsSite/NewsItem
In directory cvs.zope.org:/tmp/cvs-serv24430/NewsItem
Modified Files:
configure.zcml
Log Message:
fixed some odd bug in addform that it does not accept names like "add_news.html" ...
=== Products3/NewsSite/NewsItem/configure.zcml 1.6 => 1.7 ===
--- Products3/NewsSite/NewsItem/configure.zcml:1.6 Thu Mar 27 07:10:51 2003
+++ Products3/NewsSite/NewsItem/configure.zcml Thu Mar 27 10:00:31 2003
@@ -23,7 +23,7 @@
</content>
<browser:addform
- name="add_news.html"
+ name="AddNewsItem"
schema=".interfaces.INewsItem"
label="Add News Item"
content_factory=".news.NewsItem"