/[drupal]/contributions/modules/ubercart/uc_order/uc_order.order_pane.inc
ViewVC logotype

Diff of /contributions/modules/ubercart/uc_order/uc_order.order_pane.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.19, Wed Sep 23 19:50:45 2009 UTC revision 1.1.2.20, Thu Nov 5 15:21:54 2009 UTC
# Line 71  function uc_order_pane_ship_to($op, $arg Line 71  function uc_order_pane_ship_to($op, $arg
71    
72      case 'edit-title':      case 'edit-title':
73        $output .= ' <img src="'. base_path() . drupal_get_path('module', 'uc_store')        $output .= ' <img src="'. base_path() . drupal_get_path('module', 'uc_store')
74                  .'/images/address_book.gif" alt="Select from address book." '                  .'/images/address_book.gif" alt="'. t('Select from address book.') .'" '
75                  .'title="Select from address book." onclick="load_address_select('. $arg1['order_uid']['#value'] .', \'#delivery_address_select\', \'delivery\');" '                  .'title="'. t('Select from address book.') .'" onclick="load_address_select('. $arg1['order_uid']['#value'] .', \'#delivery_address_select\', \'delivery\');" '
76                  .'style="position: relative; top: 2px; cursor: pointer;" />';                  .'style="position: relative; top: 2px; cursor: pointer;" />';
77        return $output;        return $output;
78    

Legend:
Removed from v.1.1.2.19  
changed lines
  Added in v.1.1.2.20

  ViewVC Help
Powered by ViewVC 1.1.2