| 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 |
|
|