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

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


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

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/step6/configure.zcml 1.1 => 1.2 ===
--- zopeproducts/demo/messageboard/step6/configure.zcml:1.1	Thu Jul 10 16:33:53 2003
+++ zopeproducts/demo/messageboard/step6/configure.zcml	Sun Aug  3 14:34:56 2003
@@ -1,6 +1,8 @@
-<zopeConfigure 
+<configure 
    xmlns="http://namespaces.zope.org/zope"
-   xmlns:translate="http://namespaces.zope.org/gts">
+   xmlns:translate="http://namespaces.zope.org/gts"
+   i18n_domain="messageboard"
+   >
   <!-- Security definitions -->
 
   <role
@@ -108,4 +110,4 @@
 
   <translate:registerTranslations directory="locales" />
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list