[Zope-Checkins] SVN: Zope/trunk/ Collector #1576: Fixed Z Search
Interface to use proper HTML.
Florent Guillaume
fg at nuxeo.com
Sun Nov 14 16:37:48 EST 2004
Log message for revision 28452:
Collector #1576: Fixed Z Search Interface to use proper HTML.
Changed:
U Zope/trunk/doc/CHANGES.txt
U Zope/trunk/lib/python/Shared/DC/ZRDB/Aqueduct.py
U Zope/trunk/lib/python/Shared/DC/ZRDB/Search.py
-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt 2004-11-13 23:21:47 UTC (rev 28451)
+++ Zope/trunk/doc/CHANGES.txt 2004-11-14 21:37:48 UTC (rev 28452)
@@ -40,7 +40,9 @@
text/<foo> types
Bugs fixed
-
+
+ - Collector #1576: Fixed Z Search Interface to use proper HTML.
+
- Collector #1127: strftime did not take timezone into account.
- Collector #1569/DateTime: Added a new ISO8601-method that will
Modified: Zope/trunk/lib/python/Shared/DC/ZRDB/Aqueduct.py
===================================================================
--- Zope/trunk/lib/python/Shared/DC/ZRDB/Aqueduct.py 2004-11-13 23:21:47 UTC (rev 28451)
+++ Zope/trunk/lib/python/Shared/DC/ZRDB/Aqueduct.py 2004-11-14 21:37:48 UTC (rev 28452)
@@ -169,7 +169,7 @@
lambda a:
('<tr> <th>%s</th>\n'
' <td><input name="%s"\n'
- ' width=30 value="%s">'
+ ' size="30" value="%s">'
' </td></tr>'
% (nicify(a[0]),
(
Modified: Zope/trunk/lib/python/Shared/DC/ZRDB/Search.py
===================================================================
--- Zope/trunk/lib/python/Shared/DC/ZRDB/Search.py 2004-11-13 23:21:47 UTC (rev 28451)
+++ Zope/trunk/lib/python/Shared/DC/ZRDB/Search.py 2004-11-14 21:37:48 UTC (rev 28452)
@@ -173,7 +173,7 @@
lambda a:
('<tr><th>%s</th>\n'
' <td><input name="%s"\n'
- ' width=30 value="%s">'
+ ' size="30" value="%s">'
'</td></tr>'
% (nicify(a[0]),
(
@@ -223,7 +223,7 @@
lambda a:
('<tr><th>%s</th>\n'
' <td><input name="%s"\n'
- ' width=30 value="%s">'
+ ' size="30" value="%s">'
'</td></tr>'
% (nicify(a[0]),
(
More information about the Zope-Checkins
mailing list