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: Bèr Kessels Status: patch 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 Bèr Kessels Previous comments: ------------------------------------------------------------------------ February 24, 2005 - 11: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 - 15:32 : drumm Attachment: http://drupal.org/files/issues/node.module_3.diff (3.5 KB) Smaller patch which doesn't break things.