[Zope3-checkins] CVS: zopeproducts/demo/messageboard/step7 - configure.zcml:1.2

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


Update of /cvs-repository/zopeproducts/demo/messageboard/step7
In directory cvs.zope.org:/tmp/cvs-serv19216/demo/messageboard/step7

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/step7/configure.zcml 1.1 => 1.2 ===
--- zopeproducts/demo/messageboard/step7/configure.zcml:1.1	Sat Jul 12 12:43:11 2003
+++ zopeproducts/demo/messageboard/step7/configure.zcml	Sun Aug  3 14:35:01 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
@@ -132,4 +134,4 @@
 
   <translate:registerTranslations directory="locales" />
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list