Ignore:
Timestamp:
Jun 15, 2009 2:43:20 PM (4 years ago)
Author:
alec
Message:
  • fix delete icon on attachment list (#1485921)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/compose.inc

    r2640 r2646  
    726726        'alt' => rcube_label('delete') 
    727727      )); 
    728       $_SESSION['compose']['deleteicon'] = $CONFIG['skin_path'] . $attrib['deleteicon']; 
    729728    } 
    730729    else 
     
    744743    } 
    745744  } 
     745 
     746  if ($attrib['deleteicon']) 
     747    $_SESSION['compose']['deleteicon'] = $CONFIG['skin_path'] . $attrib['deleteicon']; 
    746748 
    747749  $OUTPUT->add_gui_object('attachmentlist', $attrib['id']); 
Note: See TracChangeset for help on using the changeset viewer.