[form] remove hard coded id
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 25 Apr 2013 16:55:12 +0200
changeset 8936 010adc548b97
parent 8935 a8a9ba6f4cdd
child 8937 8a1809c9a043
[form] remove hard coded id html id should be unique. It is clearly not achieved here.
web/formwidgets.py
--- a/web/formwidgets.py	Fri Apr 26 11:08:06 2013 +0200
+++ b/web/formwidgets.py	Thu Apr 25 16:55:12 2013 +0200
@@ -488,7 +488,7 @@
   </tr>
 </table>
 """
-    add_button = ('<input type="button" id="cwinoutadd" class="wdgButton cwinoutadd" '
+    add_button = ('<input type="button" class="wdgButton cwinoutadd" '
                   'value="&gt;&gt;" size="10" />')
     remove_button = ('<input type="button" class="wdgButton cwinoutremove" '
                      'value="&lt;&lt;" size="10" />')