[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser - configure.zcml:1.9

Jim Fulton jim@zope.com
Thu, 11 Jul 2002 14:41:33 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv13879/Browser

Modified Files:
	configure.zcml 
Log Message:
Adjusted template path to compensate for adding a "package" attribute
in the config file.


=== Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser/configure.zcml 1.8 => 1.9 ===
      factory=".Views.Browser.Add."
      >
 
-    <browser:page name="+"        template="add.pt" />
+    <browser:page name="+"           template="Views/Browser/add.pt" />
     <browser:page name="action.html" attribute="action" />
 
   </browser:view>