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

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


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

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/passwdauth/configure.zcml 1.1 => 1.2 ===
--- zopeproducts/demo/passwdauth/configure.zcml:1.1	Thu Jul 17 10:58:11 2003
+++ zopeproducts/demo/passwdauth/configure.zcml	Sun Aug  3 14:35:17 2003
@@ -1,5 +1,8 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope"
-    xmlns:browser="http://namespaces.zope.org/browser">
+<configure
+    xmlns="http://namespaces.zope.org/zope"
+    xmlns:browser="http://namespaces.zope.org/browser"
+    i18n_domain="demo_passwdauth"
+    >
 
 <content class=".PasswdPrincipalSource">
     <factory
@@ -27,4 +30,4 @@
     menu="zmi_views" title="Edit" 
     permission="zope.ManageContent" /> 
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list