So you can follow along here:
https://github.com/gregswift/cobbler.git
or
git://github.com/gregswift/cobbler.git

So far I've only applied a few more cleanup patches aside from all of the stuph i posted to the list yesterday.

So.. James and I have had a few short conversations about his plans for cleaning up the web ui of cobbler... He'd already been thinking about and planning it and I just decided to help.  I threw together those mockups from last weekend, and the few responses seem to have been positive.

i'm not really trying to change actual functionality right now,  I'm just trying to help bring the interface towards his goal of more standard html+css.  so i'm picking up little pieces, and the big bit i'm doing is restructuring the html away from tables and fieldsets towards divs.  Except for tabular data... tabular data should still be tables.  The closest to a functional change I was looking at was the drop down action list on left hand side.. and i'm holding off on that for a bit.  Occasionally, i am throwing in a slight change for the sake of consistency and such.  I'll gladly make a note and explain those changes.

Along the way i've found a few little artifacts floating around and have been submitting patches for those, because they are actually things that should be fixed regardless of how the re-write work comes along.