Changeset 2646 in subversion for trunk/roundcubemail/program/steps/mail/compose.inc
- Timestamp:
- Jun 15, 2009 2:43:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/compose.inc
r2640 r2646 726 726 'alt' => rcube_label('delete') 727 727 )); 728 $_SESSION['compose']['deleteicon'] = $CONFIG['skin_path'] . $attrib['deleteicon'];729 728 } 730 729 else … … 744 743 } 745 744 } 745 746 if ($attrib['deleteicon']) 747 $_SESSION['compose']['deleteicon'] = $CONFIG['skin_path'] . $attrib['deleteicon']; 746 748 747 749 $OUTPUT->add_gui_object('attachmentlist', $attrib['id']);
Note: See TracChangeset
for help on using the changeset viewer.
