- fix delete icon on attachment list (#1485921)
| | |
| | | 'src' => $CONFIG['skin_path'] . $attrib['deleteicon'], |
| | | 'alt' => rcube_label('delete') |
| | | )); |
| | | $_SESSION['compose']['deleteicon'] = $CONFIG['skin_path'] . $attrib['deleteicon']; |
| | | } |
| | | else |
| | | $button = Q(rcube_label('delete')); |
| | |
| | | } |
| | | } |
| | | |
| | | if ($attrib['deleteicon']) |
| | | $_SESSION['compose']['deleteicon'] = $CONFIG['skin_path'] . $attrib['deleteicon']; |
| | | |
| | | $OUTPUT->add_gui_object('attachmentlist', $attrib['id']); |
| | | |
| | | return html::tag('ul', $attrib, $out, html::$common_attrib); |
| | |
| | | |
| | | <div id="compose-attachments"> |
| | | <div id="attachment-title"><roundcube:label name="attachments" /></div> |
| | | <roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/delete.png"/ > |
| | | <roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/delete.png" /> |
| | | <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> |
| | | </div> |
| | | |