I fixed a Javascript bug on the Attribute form. The ‘Add a Row’ link wasn’t working for dynamic tables in IE/Win. It turns out the tr element needs to be appended to the tbody tag, not the table tag. This is issue is documented further here: http://ncyoung.com/entry/494