RCS file: /cvs/drupal/contributions/modules/content_access/content_access.module,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 content_access.module
--- content_access.module	17 May 2007 21:14:52 -0000	1.1.2.2
+++ content_access.module	19 May 2007 11:06:21 -0000
@@ -23,6 +23,14 @@
       $type = str_replace('-', '_', arg(3));
       if ($type_name = node_get_types('name', $type)) {
         $items[] = array(
+          'path' => 'admin/content/types/'. str_replace('_', '-', $type) .'/edit',
+          'title' => t('Edit'),
+          'callback' => 'drupal_get_form',
+          'callback arguments' => array('node_type_form', $type),
+          'access' => user_access('administer nodes'),
+          'type' => MENU_DEFAULT_LOCAL_TASK,
+        );
+        $items[] = array(
           'path' => 'admin/content/types/'. str_replace('_', '-', $type) .'/access',
           'title' => t('Access control'),
           'description' => t('Configure content access control.'),
