[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/orderedSelectionList.pt
Provide a name attribute to match the corresponding button.
Zachery Bir
zbir at urbanape.com
Tue Jul 12 16:52:24 EDT 2005
Log message for revision 33284:
Provide a name attribute to match the corresponding button.
Changed:
U Zope3/trunk/src/zope/app/form/browser/orderedSelectionList.pt
-=-
Modified: Zope3/trunk/src/zope/app/form/browser/orderedSelectionList.pt
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/orderedSelectionList.pt 2005-07-12 17:58:14 UTC (rev 33283)
+++ Zope3/trunk/src/zope/app/form/browser/orderedSelectionList.pt 2005-07-12 20:52:23 UTC (rev 33284)
@@ -149,7 +149,7 @@
</select>
</td>
<td>
- <button type="button" value=" ->"
+ <button name="from2toButton" type="button" value=" ->"
onclick="javascript:from2to()"
tal:attributes="onClick string:javascript:from2to('${view/name}')"
> -></button>
More information about the Zope3-Checkins
mailing list