[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container - adding.py:1.29

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Dec 14 04:38:18 EST 2003


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

Modified Files:
	adding.py 
Log Message:
I think this is cruft fron the first implementation of the add button when
the code was still in Python. I removed these lines, ran all the tests and
started up Zope without noticing them being missed!

For the guys in Bangalore: If I messed up here, feel free to revert the 
change.


=== Zope3/src/zope/app/browser/container/adding.py 1.28 => 1.29 ===
--- Zope3/src/zope/app/browser/container/adding.py:1.28	Fri Dec 12 10:39:18 2003
+++ Zope3/src/zope/app/browser/container/adding.py	Sun Dec 14 04:38:17 2003
@@ -49,12 +49,6 @@
 
     implements(IAdding, IPublishTraverse)
 
-    actionName = 'action.html'
-
-    title = _(u"Add Content")
-
-    addValue = _(u" Add ")
-
     def add(self, content):
         """See zope.app.interfaces.container.IAdding"""
 




More information about the Zope3-Checkins mailing list