[Zope3-checkins] CVS: Zope3/src/zope/app/browser/content - configure.zcml:1.12.2.2

runyaga runyaga@thisbox.com
Thu, 6 Feb 2003 11:05:06 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser/content
In directory cvs.zope.org:/tmp/cvs-serv9195/browser/content

Modified Files:
      Tag: paris-copypasterename-branch
	configure.zcml 
Log Message:
rename dialogue added
and renameObjects() method added to contents


=== Zope3/src/zope/app/browser/content/configure.zcml 1.12.2.1 => 1.12.2.2 ===
--- Zope3/src/zope/app/browser/content/configure.zcml:1.12.2.1	Wed Feb  5 07:42:58 2003
+++ Zope3/src/zope/app/browser/content/configure.zcml	Thu Feb  6 11:04:35 2003
@@ -276,6 +276,8 @@
     <browser:page name="cutObjects.html" attribute="cutObjects" />
     <browser:page name="copyObjects.html" attribute="copyObjects" />
     <browser:page name="pasteObjects.html" attribute="pasteObjects" />
+    <browser:page name="renameObjects.html" attribute="renameObjects" />
+    <browser:page name="rename.html" attribute="rename" />
 
   </browser:pages>