Changeset 59200ca in github


Ignore:
Timestamp:
Jul 18, 2008 11:44:19 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
6c26fb4
Parents:
18240a9
Message:

-fixed attachments removing in draft mode

File:
1 edited

Legend:

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

    rb67bcc6 r59200ca  
    650650            'href' => "#delete", 
    651651            'title' => rcube_label('delete'), 
    652               'onclick' => sprintf("return %s.command(\'remove-attachment\',\'rcmfile%d\', this)", JS_OBJECT_NAME, $id)), 
     652            'onclick' => sprintf("return %s.command('remove-attachment','rcmfile%d', this)", JS_OBJECT_NAME, $id)), 
    653653          $button) . Q($a_prop['name'])); 
    654654  } 
Note: See TracChangeset for help on using the changeset viewer.