=== modified file 'uc_attribute/uc_attribute.admin.inc'
--- uc_attribute/uc_attribute.admin.inc	2009-08-28 19:37:33 +0000
+++ uc_attribute/uc_attribute.admin.inc	2009-09-14 20:44:59 +0000
@@ -46,7 +46,7 @@
 
   if (count($rows) == 0) {
     $rows[] = array(
-      array('data' => t('No product attributes have been added yet.'), 'colspan' => '6')
+      array('data' => t('No product attributes have been added yet.'), 'colspan' => '7')
     );
   }
 

=== modified file 'uc_catalog/uc_catalog.module'
--- uc_catalog/uc_catalog.module	2009-08-14 19:10:32 +0000
+++ uc_catalog/uc_catalog.module	2009-09-14 20:12:45 +0000
@@ -119,7 +119,7 @@
     'page callback' => 'uc_catalog_orphaned_products',
     'access arguments' => array('administer catalog'),
     'weight' => -4,
-    'type' => MENU_NORMAL_ITEM,
+    'type' => MENU_LOCAL_TASK,
     'file' => 'uc_catalog.admin.inc',
   );
 

=== modified file 'uc_file/uc_file.module'
--- uc_file/uc_file.module	2009-08-25 18:12:07 +0000
+++ uc_file/uc_file.module	2009-09-14 20:21:50 +0000
@@ -63,7 +63,7 @@
     'page callback' => 'drupal_get_form',
     'page arguments' => array('uc_file_admin_files_form'),
     'access arguments' => array('administer products'),
-    'type' => MENU_NORMAL_ITEM,
+    'type' => MENU_LOCAL_TASK,
     'file' => 'uc_file.admin.inc',
   );
   $items['user/%user/purchased-files'] = array(

=== modified file 'uc_order/uc_order.module'
--- uc_order/uc_order.module	2009-08-17 21:21:34 +0000
+++ uc_order/uc_order.module	2009-09-14 21:31:05 +0000
@@ -100,9 +100,7 @@
   $items['admin/store/orders/view'] = array(
     'title' => 'View orders',
     'description' => 'View and process the orders received through your website.',
-    'page arguments' => array(NULL, NULL, FALSE),
-    'access arguments' => array('view all orders'),
-    'type' => MENU_NORMAL_ITEM,
+    'type' => MENU_DEFAULT_LOCAL_TASK,
     'weight' => -10,
     'file' => 'uc_order.admin.inc',
   );
@@ -119,7 +117,7 @@
     'description' => 'Create an empty new order.',
     'page callback' => 'uc_order_create',
     'access arguments' => array('create orders'),
-    'type' => MENU_NORMAL_ITEM,
+    'type' => MENU_LOCAL_TASK,
     'weight' => -5,
     'file' => 'uc_order.admin.inc',
   );
@@ -138,7 +136,7 @@
     'description' => 'Search existing orders.',
     'page callback' => 'uc_order_usearch',
     'access arguments' => array('view all orders'),
-    'type' => MENU_NORMAL_ITEM,
+    'type' => MENU_LOCAL_TASK,
     'weight' => 0,
     'file' => 'uc_order.admin.inc',
   );

=== modified file 'uc_product/uc_product.module'
--- uc_product/uc_product.module	2009-08-27 17:53:42 +0000
+++ uc_product/uc_product.module	2009-09-14 19:26:09 +0000
@@ -32,7 +32,7 @@
     'title' => 'View products',
     'description' => 'Build and view a list of product nodes.',
     'access arguments' => array('administer products'),
-    'type' => MENU_NORMAL_ITEM,
+    'type' => MENU_DEFAULT_LOCAL_TASK,
     'weight' => -10,
     'file' => 'uc_product.admin.inc',
   );
@@ -41,7 +41,7 @@
     'description' => 'Create and edit product node types.',
     'access arguments' => array('administer product classes'),
     'page callback' => 'uc_product_class_default',
-    'type' => MENU_NORMAL_ITEM,
+    'type' => MENU_LOCAL_TASK,
     'weight' => -2,
     'file' => 'uc_product.admin.inc',
   );

=== modified file 'uc_store/uc_store.module'
--- uc_store/uc_store.module	2009-08-27 19:43:49 +0000
+++ uc_store/uc_store.module	2009-09-14 20:42:18 +0000
@@ -89,7 +89,7 @@
     'page arguments' => array(NULL, NULL, NULL, '25'),
     'access arguments' => array('view customers'),
     'weight' => -10,
-    'type' => MENU_NORMAL_ITEM,
+    'type' => MENU_DEFAULT_LOCAL_TASK,
     'file' => 'uc_store.admin.inc',
   );
   $items['admin/store/customers/search'] = array(
@@ -98,7 +98,7 @@
     'page callback' => 'uc_store_customer_search',
     'access arguments' => array('view customers'),
     'weight' => -5,
-    'type' => MENU_NORMAL_ITEM,
+    'type' => MENU_LOCAL_TASK,
     'file' => 'uc_store.admin.inc',
   );
   $items['admin/store/reports'] = array(
