Changeset 21d6827 in github
- Timestamp:
- Jun 15, 2009 2:43:20 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 2700bbb
- Parents:
- 3a2b270
- Files:
-
- 2 edited
-
program/steps/mail/compose.inc (modified) (2 diffs)
-
skins/default/templates/compose.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/compose.inc
raae0ad8 r21d6827 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']); -
skins/default/templates/compose.html
r991a25a r21d6827 94 94 <div id="compose-attachments"> 95 95 <div id="attachment-title"><roundcube:label name="attachments" /></div> 96 <roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/delete.png" />96 <roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/delete.png" /> 97 97 <p><roundcube:button command="add-attachment" imagePas="/images/buttons/add_pas.png" imageSel="/images/buttons/add_sel.png" imageAct="/images/buttons/add_act.png" width="23" height="18" title="addattachment" /></p> 98 98 </div>
Note: See TracChangeset
for help on using the changeset viewer.
