[Zope3-checkins] CVS: Zope3/src/zope/app/browser/component - interfacewidget.py:1.45

Fred L. Drake, Jr. fred at zope.com
Tue Jan 20 15:16:14 EST 2004


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

Modified Files:
	interfacewidget.py 
Log Message:
the base implementation of label() is now sufficient, so let's not
override it here anymore


=== Zope3/src/zope/app/browser/component/interfacewidget.py 1.44 => 1.45 ===
--- Zope3/src/zope/app/browser/component/interfacewidget.py:1.44	Mon Jan  5 03:06:12 2004
+++ Zope3/src/zope/app/browser/component/interfacewidget.py	Tue Jan 20 15:16:13 2004
@@ -264,12 +264,6 @@
             count += 1
         return ''.join(elements)
 
-    def label(self):
-        return '<label for="%s">%s</label>' % (
-            self.name,
-            self._tooltip(self.title, self.context.description),
-            )
-
     # --- deprecated methods of IBrowserWidget
 
     def renderHidden(self, value):




More information about the Zope3-Checkins mailing list