Thanks to Dan MacTough, we now have a table-less design for the dialog.
Now to make it functional. This means Ajax calls. Time for a refresher course.
Last time we worked on Ajax functionality was on 1/10 -- for the nodetype dialog.
I put together a list of pointers. However none of these explain the Ajax bit in the nodetype dialog.
$('#nodetypeDialog').load('/ajax/setNodetype?type=' + newtype + '&root=' + rootUrl);