[Zope3-checkins] CVS: zopeproducts/NewsSite - configure.zcml:1.24
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 15:36:23 EDT 2003
Update of /cvs-repository/zopeproducts/NewsSite
In directory cvs.zope.org:/tmp/cvs-serv19216/NewsSite
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/configure.zcml 1.23 => 1.24 ===
--- zopeproducts/NewsSite/configure.zcml:1.23 Fri Apr 4 15:15:00 2003
+++ zopeproducts/NewsSite/configure.zcml Sun Aug 3 14:33:48 2003
@@ -1,7 +1,8 @@
-<zopeConfigure
+<configure
xmlns='http://namespaces.zope.org/zope'
xmlns:browser='http://namespaces.zope.org/browser'
->
+ i18n_domain='news_site'
+ >
<browser:skin name="newssite" layers="newssite default" />
@@ -362,4 +363,4 @@
/>
<include package=".skin" />
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list