[Zope3-checkins] CVS: zopeproducts/NewsSite/NewsItem - configure.zcml:1.14

Philipp von Weitershausen philikon at philikon.de
Sun Aug 3 15:36:26 EDT 2003


Update of /cvs-repository/zopeproducts/NewsSite/NewsItem
In directory cvs.zope.org:/tmp/cvs-serv19216/NewsSite/NewsItem

Modified Files:
	configure.zcml 
Log Message:
Fixed up products according to changed made in Zope3 core:

Added i18n_domain attribute to configure files as this is required now
for many view and browser page directives.


=== zopeproducts/NewsSite/NewsItem/configure.zcml 1.13 => 1.14 ===
--- zopeproducts/NewsSite/NewsItem/configure.zcml:1.13	Tue Apr  1 10:56:48 2003
+++ zopeproducts/NewsSite/NewsItem/configure.zcml	Sun Aug  3 14:33:51 2003
@@ -1,6 +1,8 @@
-<zopeConfigure
+<configure
     xmlns='http://namespaces.zope.org/zope'
-    xmlns:browser='http://namespaces.zope.org/browser'>
+    xmlns:browser='http://namespaces.zope.org/browser'
+    i18n_domain='news_site'
+    >
 
 <content
     class=".news.NewsItem"
@@ -83,4 +85,4 @@
     file="newsitem_icon.gif"
     />
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list