[form] remove hard coded id
html id should be unique. It is clearly not achieved here.
--- 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=">>" size="10" />')
remove_button = ('<input type="button" class="wdgButton cwinoutremove" '
'value="<<" size="10" />')