[Zope3-checkins]
CVS: zopeproducts/demo/messageboard/step12/browser/skin
- configure.zcml:1.2
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 15:36:37 EDT 2003
Update of /cvs-repository/zopeproducts/demo/messageboard/step12/browser/skin
In directory cvs.zope.org:/tmp/cvs-serv19216/demo/messageboard/step12/browser/skin
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/step12/browser/skin/configure.zcml 1.1 => 1.2 ===
--- zopeproducts/demo/messageboard/step12/browser/skin/configure.zcml:1.1 Mon Jul 21 17:33:59 2003
+++ zopeproducts/demo/messageboard/step12/browser/skin/configure.zcml Sun Aug 3 14:34:32 2003
@@ -1,6 +1,8 @@
-<zopeConfigure
+<configure
xmlns="http://namespaces.zope.org/zope"
- xmlns:browser="http://namespaces.zope.org/browser">
+ xmlns:browser="http://namespaces.zope.org/browser"
+ i18n_domain="messageboard"
+ >
<browser:skin name="board" layers="board rotterdam default" />
@@ -74,4 +76,4 @@
class=".views.Details"
template="msg_details.pt" />
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list