|
From: Edmund L. <el...@in...> - 2003-03-30 19:11:21
|
On 03/26/2003 01:24:09 AM Max wrote:
>PS: Btw, you still doesn't integrate my patch to SubmitButton which
>fixes incorrect display of labels like "Next >".
>
>--- Field.py Tue Feb 11 09:52:08 2003
>+++ /tmp/Field.py Wed Mar 26 08:17:12 2003
>@@ -613,6 +613,9 @@
>
> def valueFromFields(self, fields, nameMap=identity):
> return fields.has_key(nameMap(self.name()))
>+
>+ def description(self):
>+ return self._description
>
> def isSubmit(self, options={}):
> return True
Committed.
...Edmund.
|