Hey, lets make those things on the node/add page editable. And fix up some code style along the way.

Comments

drumm’s picture

StatusFileSize
new3.5 KB

Smaller patch which doesn't break things.

Bèr Kessels’s picture

I like this. But it needs some small changes IMO.

on the node/add (function node_add) we should use DL and DT instead of a LI with a nested DIV. We also should avoid having DIVS without classes and such, for they only add clutter.

Bèr

dries’s picture

This will be fixed by the CCK.

killes@www.drop.org’s picture

Let's "won't fix" it then.

drumm’s picture

StatusFileSize
new2.51 KB

An updated patch for testing and review by the CCK team.