[Zope3-checkins] CVS: Products3/demo/jobboard - configure.zcml:1.21
Nathan Yergler
nathan at yergler.net
Thu Mar 11 07:53:52 EST 2004
Update of /cvs-repository/Products3/demo/jobboard
In directory cvs.zope.org:/tmp/cvs-serv6054
Modified Files:
configure.zcml
Log Message:
Changed namespace declaration to use i18n instead of gts; removed permission attribute from content factory declaration; updated interface element to reflect reorganization.
=== Products3/demo/jobboard/configure.zcml 1.20 => 1.21 ===
--- Products3/demo/jobboard/configure.zcml:1.20 Tue Dec 16 07:38:32 2003
+++ Products3/demo/jobboard/configure.zcml Thu Mar 11 07:53:51 2004
@@ -1,7 +1,7 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
- xmlns:gts="http://namespaces.zope.org/gts"
+ xmlns:i18n="http://namespaces.zope.org/i18n"
i18n_domain="jobboardi18n"
>
@@ -11,10 +11,9 @@
<factory
id="zopeproducts.demo.jobboard.job.JobList"
title="I18n Job List"
- permission="zope.ManageContent"
/>
<allow interface=".interfaces.IJobList" />
- <implements interface="zope.app.interfaces.container.IItemContainer" />
+ <implements interface="zope.app.container.interfaces.IItemContainer" />
</content>
<browser:addMenuItem
@@ -69,6 +68,6 @@
file="./joblist.gif"
/>
-<gts:registerTranslations directory="./locale" />
+<i18n:registerTranslations directory="./locale" />
</configure>
More information about the Zope3-Checkins
mailing list