--- uc_product.module.old Thu Jun 18 11:45:40 2009 +++ uc_product.module Thu Jun 18 11:45:39 2009 @@ -1213,7 +1213,7 @@ function uc_product_table_header() { if (module_exists('uc_cart') && (arg(0) != 'admin' || $_GET['q'] == 'admin/store/settings/tables/uc_product_table') && $enabled['add_to_cart']) { $columns['add_to_cart'] = array( 'weight' => 10, - 'cell' => array('data' => t('Add to cart'), 'nowrap' => 'nowrap'), + 'cell' => array('data' => t('Add to cart')), ); } @@ -1255,7 +1255,6 @@ function uc_product_table($args = array( } $data['name'] = array( '#value' => l($node->title, 'node/'. $node->nid), - '#cell_attributes' => array('width' => '100%'), ); $context['subject'] = array('node' => $node);