Issue status update for http://drupal.org/node/17879 Project: Drupal Version: cvs Component: node.module Category: feature requests Priority: normal Assigned to: drumm Reported by: drumm Updated by: Dries Status: patch This will be fixed by the CCK. Dries Previous comments: ------------------------------------------------------------------------ February 24, 2005 - 12:43 : drumm Attachment: http://drupal.org/files/issues/node.module_2.diff (4.44 KB) Hey, lets make those things on the node/add page editable. And fix up some code style along the way. ------------------------------------------------------------------------ February 25, 2005 - 16:32 : drumm Attachment: http://drupal.org/files/issues/node.module_3.diff (3.5 KB) Smaller patch which doesn't break things. ------------------------------------------------------------------------ February 28, 2005 - 14:36 : Bèr Kessels 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