[Zope-CVS] CVS: Packages/JobBoardEx - configure.zcml:1.11
Steve Alexander
steve@cat-box.net
Thu, 14 Nov 2002 10:07:48 -0500
Update of /cvs-repository/Packages/JobBoardEx
In directory cvs.zope.org:/tmp/cvs-serv25521
Modified Files:
configure.zcml
Log Message:
Tidied up the formatting of the zcml configuration.
No actual material changes.
=== Packages/JobBoardEx/configure.zcml 1.10 => 1.11 ===
--- Packages/JobBoardEx/configure.zcml:1.10 Thu Jun 20 16:34:37 2002
+++ Packages/JobBoardEx/configure.zcml Thu Nov 14 10:07:48 2002
@@ -1,6 +1,6 @@
<zopeConfigure
- xmlns='http://namespaces.zope.org/zope'
- xmlns:browser='http://namespaces.zope.org/browser'
+ xmlns='http://namespaces.zope.org/zope'
+ xmlns:browser='http://namespaces.zope.org/browser'
>
<content class=".JobList.">
@@ -9,8 +9,11 @@
<implements interface="Zope.App.OFS.Container.IContainer.IItemContainer" />
</content>
-<browser:menuItem menu="add_content" for="Zope.App.OFS.Container.IAdding."
- title="Job Board" action=".JobList."/>
+<browser:menuItem
+ menu="add_content"
+ for="Zope.App.OFS.Container.IAdding."
+ title="Job Board"
+ action=".JobList." />
<content class=".Job.">
<allow interface=".IJob." />