[Zope3-checkins] CVS: zopeproducts/demo/messageboard/step10 -
configure.zcml:1.2
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 15:36:20 EDT 2003
Update of /cvs-repository/zopeproducts/demo/messageboard/step10
In directory cvs.zope.org:/tmp/cvs-serv19216/demo/messageboard/step10
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/demo/messageboard/step10/configure.zcml 1.1 => 1.2 ===
--- zopeproducts/demo/messageboard/step10/configure.zcml:1.1 Thu Jul 17 14:23:16 2003
+++ zopeproducts/demo/messageboard/step10/configure.zcml Sun Aug 3 14:34:15 2003
@@ -1,8 +1,10 @@
-<zopeConfigure
+<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:event="http://namespaces.zope.org/event"
xmlns:mail="http://namespaces.zope.org/mail"
- xmlns:translate="http://namespaces.zope.org/gts">
+ xmlns:translate="http://namespaces.zope.org/gts"
+ i18n_domain="messageboard"
+ >
<!-- Security definitions -->
<role
@@ -196,4 +198,4 @@
<translate:registerTranslations directory="locales" />
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list