? .DS_Store
? content-type-js-302054-20.patch
? content-type-js.patch
? install-228761-7.patch
? node-content_type_overview-302120-16.patch
? node-content_type_overview-X-0.patch
? test.html
? misc/.DS_Store
? modules/.DS_Store
? modules/node/.DS_Store
? sites/default/files
? sites/default/settings.php
Index: modules/node/content_types.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/content_types.inc,v
retrieving revision 1.57
diff -u -p -r1.57 content_types.inc
--- modules/node/content_types.inc	16 Jul 2008 21:59:27 -0000	1.57
+++ modules/node/content_types.inc	27 Sep 2008 22:03:33 -0000
@@ -49,6 +49,7 @@ function node_overview_types() {
  * Generates the node type editing form.
  */
 function node_type_form(&$form_state, $type = NULL) {
+  drupal_add_js(drupal_get_path('module', 'node') .'/content_types.js');
   if (!isset($type->type)) {
     $type = new stdClass();
     $type->type = $type->name = $type->module = $type->description = $type->help = '';
@@ -74,6 +75,7 @@ function node_type_form(&$form_state, $t
     '#default_value' => $type->name,
     '#description' => t('The human-readable name of this content type. This text will be displayed as part of the list on the <em>create content</em> page. It is recommended that this name begin with a capital letter and contain only letters, numbers, and <strong>spaces</strong>. This name must be unique.'),
     '#required' => TRUE,
+    '#field_suffix' => ' <small id="node-type-name-suffix">&nbsp;</small>',
   );
 
   if (!$type->locked) {
