Ignore:
Timestamp:
May 29, 2009 5:37:32 AM (4 years ago)
Author:
thomasb
Message:

Better icon for deleting folders + remove hard-coded icon path

File:
1 edited

Legend:

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

    r2431 r2567  
    9292      $_SESSION['compose']['attachments'][$id] = $attachment; 
    9393       
    94       if (is_file($icon = $CONFIG['skin_path'] . '/images/icons/remove-attachment.png')) { 
     94      if (($icon = $_SESSION['compose']['deleteicon']) && is_file($icon)) { 
    9595        $button = html::img(array( 
    9696          'src' => $icon, 
Note: See TracChangeset for help on using the changeset viewer.