diff -r 07a2d0c387ca -r 972517be96dc web/data/cubicweb.widgets.js --- a/web/data/cubicweb.widgets.js Fri Apr 24 09:06:56 2009 +0200 +++ b/web/data/cubicweb.widgets.js Fri Apr 24 09:20:52 2009 +0200 @@ -222,8 +222,7 @@ __init__ : function(wdgnode) { this.variables = getNodeAttribute(wdgnode, 'cubicweb:variables').split(','); - this.options = {'name' : wdgnode.getAttribute('cubicweb:inputname'), - 'id' : wdgnode.getAttribute('cubicweb:inputid'), + this.options = {'name' : wdgnode.getAttribute('cubicweb:inputid'), 'rows' : wdgnode.getAttribute('cubicweb:rows') || 40, 'cols' : wdgnode.getAttribute('cubicweb:cols') || 80 };