[Zope-CVS] CVS: Packages/JobBoardI18n - configure.zcml:1.3

Guido van Rossum guido@python.org
Tue, 18 Jun 2002 07:49:51 -0400


Update of /cvs-repository/Packages/JobBoardI18n
In directory cvs.zope.org:/tmp/cvs-serv22846

Modified Files:
	configure.zcml 
Log Message:
Add an 'id' to the zmi:factory directive to allow this and the regular
job board to co-exist.


=== Packages/JobBoardI18n/configure.zcml 1.2 => 1.3 ===
 <content class=".JobList.">
    <zmi:factory title="I18n Job List"
+                id="i18nJobList"
                 permission="Zope.ManageContent" 
                 />
    <security:allow interface=".IJobList." />