Index: uc_order/uc_order.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ubercart/uc_order/uc_order.admin.inc,v
retrieving revision 1.1.2.26
diff -u -p -r1.1.2.26 uc_order.admin.inc
--- uc_order/uc_order.admin.inc	23 Sep 2009 19:50:45 -0000	1.1.2.26
+++ uc_order/uc_order.admin.inc	23 Oct 2010 10:53:27 -0000
@@ -1091,7 +1091,7 @@ function uc_order_view($order, $view = '
         variable_get('uc_order_pane_'. $pane['id'] .'_show_'. $view, $pane['enabled'])) {
       $func = $pane['callback'];
       if (function_exists($func) && ($contents = $func($view, $order)) != NULL) {
-        $output .= '<div class="order-pane '. $pane['class'] .'">';
+        $output .= '<div class="order-pane '. $pane['class'] .'" id="order-pane-' . $pane['id'] . '">';
         if ($func('show-title', NULL) !== FALSE) {
           $output .= '<div class="order-pane-title">'. $pane['title'] .': '
                    . $func('view-title', $order) .'</div>';
