[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser - configure.zcml:1.5

Albertas Agejevas alga@codeworks.lt
Wed, 9 Oct 2002 09:10:28 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv4657/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser

Modified Files:
	configure.zcml 
Log Message:
Added Cache page

=== Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/configure.zcml 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/configure.zcml:1.4	Thu Aug  8 05:47:28 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/configure.zcml	Wed Oct  9 09:10:28 2002
@@ -31,6 +31,7 @@
 <browser:menuItems menu="zmi_views" for=".ISQLScript.">
   <browser:menuItem title="Edit" action="editForm.html"/>
   <browser:menuItem title="Test" action="testForm.html"/>
+  <browser:menuItem title="Cache" action="Caching.html"/>
 </browser:menuItems>
 
 <browser:menuItem menu="add_content"